Code interpreter (#3173)

Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
AT
2024-12-19 16:31:37 -05:00
committed by GitHub
parent 2efb336b8a
commit 1c89447d63
30 changed files with 2243 additions and 623 deletions

View File

@@ -824,6 +824,8 @@ Rectangle {
textInput.forceActiveFocus();
textInput.cursorPosition = text.length;
}
height: visible ? implicitHeight : 0
visible: name !== "ToolResponse: "
}
remove: Transition {