-
-
-
-
+ {
+ markerLogic.handleMouseUp(e, nodeRef);
+ }}
+ miw={230}
+ styles={{
+ input: { background: "transparent", borderWidth: "0px" },
+ }}
+ />,
+ ]}
/>
-
-
-
- {showContToggle ? (
-
- {
- setStatus(Status.WARNING);
- setContWithPriorLLMs(event.currentTarget.checked);
- setDataPropsForNode(id, {
- contChat: event.currentTarget.checked,
- });
- }}
- color="cyan"
- size="xs"
- mb={contWithPriorLLMs ? "4px" : "10px"}
+
) : (
- <>>
- )}
-
- {!contWithPriorLLMs || !showContToggle ? (
-
{
+ markerLogic.handleMouseUp(e, nodeRef);
+ }}
/>
- ) : (
- <>>
)}
- {progress !== undefined ? (
-
- ) : (
- <>>
- )}
+ {promptVariantControls}
- {jsonResponses && jsonResponses.length > 0 && status !== "loading" ? (
- {
- setShowDrawer(!showDrawer);
- setUninspectedResponses(false);
- bringNodeToFront(id);
- }}
+
+
+
+
- ) : (
- <>>
- )}
-
+
+
+
+
+
+
+
+
+
-
-
+ {showContToggle && (
+
+ {
+ setStatus(Status.WARNING);
+ setContWithPriorLLMs(event.currentTarget.checked);
+ setDataPropsForNode(id, {
+ contChat: event.currentTarget.checked,
+ });
+ }}
+ color="cyan"
+ size="xs"
+ mb={contWithPriorLLMs ? "4px" : "10px"}
+ />
+
+ )}
+
+ {(!contWithPriorLLMs || !showContToggle) && (
+
+ )}
+
+ {progress !== undefined && (
+
+ )}
+
+ {jsonResponses &&
+ jsonResponses.length > 0 &&
+ status !== "loading" && (
+
{
+ setShowDrawer(!showDrawer);
+ setUninspectedResponses(false);
+ bringNodeToFront(id);
+ }}
+ />
+ )}
+
+
+