validate json schema for openai api

This commit is contained in:
Kyle Corbitt
2023-06-26 12:36:34 -07:00
parent 15087f6bcd
commit 1d78a78b1d
7 changed files with 3027 additions and 10 deletions

View File

@@ -88,7 +88,7 @@ export default function ScenarioEditor({
onDrop={onReorder}
backgroundColor={isDragTarget ? "gray.100" : "transparent"}
>
<Stack alignSelf="flex-start" opacity={hovered ? 1 : 0}>
<Stack alignSelf="flex-start" opacity={hovered ? 1 : 0} spacing={0}>
<Tooltip label="Hide scenario" hasArrow>
{/* for some reason the tooltip can't position itself properly relative to the icon without the wrapping box */}
<Button