From 297ae07344644066c85306ff7ca5b73f7b1cecac Mon Sep 17 00:00:00 2001 From: Rick Hennigan Date: Mon, 12 Jun 2023 14:18:05 -0400 Subject: [PATCH 1/2] Set `Method -> "Active"` for inline tool responses --- Source/Chatbook/Formatting.wl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Source/Chatbook/Formatting.wl b/Source/Chatbook/Formatting.wl index 16c54c1d..84355fff 100644 --- a/Source/Chatbook/Formatting.wl +++ b/Source/Chatbook/Formatting.wl @@ -503,8 +503,8 @@ makeToolCallBoxLabel[ as_Association, name_String ] := makeToolCallBoxLabel[ as_, name_String, icon_ ] /; $dynamicText := makeToolCallBoxLabel0[ as, name, icon ]; -makeToolCallBoxLabel[ as_, name_String, icon_ ] := - OpenerView @ { +makeToolCallBoxLabel[ as_, name_String, icon_ ] := OpenerView[ + { makeToolCallBoxLabel0[ as, name, icon ], Column[ { @@ -530,7 +530,9 @@ makeToolCallBoxLabel[ as_, name_String, icon_ ] := }, Alignment -> Left ] - }; + }, + Method -> "Active" +]; makeToolCallBoxLabel // endDefinition; From ac4162cc483bb5327af8b81fd137c0b7c123e710 Mon Sep 17 00:00:00 2001 From: Rick Hennigan Date: Mon, 12 Jun 2023 14:19:31 -0400 Subject: [PATCH 2/2] Bump paclet version --- PacletInfo.wl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PacletInfo.wl b/PacletInfo.wl index 053279b2..fd1139d9 100644 --- a/PacletInfo.wl +++ b/PacletInfo.wl @@ -3,7 +3,7 @@ PacletObject[<| "Name" -> "Wolfram/Chatbook", "PublisherID" -> "Wolfram", - "Version" -> "0.0.24", + "Version" -> "0.0.25", "WolframVersion" -> "13.2+", "Description" -> "Wolfram Notebooks + LLMs", "License" -> "MIT",