diff --git a/PacletInfo.wl b/PacletInfo.wl index 5caaed09..b83f4d7a 100644 --- a/PacletInfo.wl +++ b/PacletInfo.wl @@ -1,7 +1,7 @@ PacletObject[ <| "Name" -> "Wolfram/Chatbook", "PublisherID" -> "Wolfram", - "Version" -> "1.5.2.18", + "Version" -> "1.5.2.19", "WolframVersion" -> "14.1+", "Description" -> "Wolfram Notebooks + LLMs", "License" -> "MIT", diff --git a/Source/Chatbook/PromptGenerators/RelatedDocumentation.wl b/Source/Chatbook/PromptGenerators/RelatedDocumentation.wl index 48b922a1..c8538c49 100644 --- a/Source/Chatbook/PromptGenerators/RelatedDocumentation.wl +++ b/Source/Chatbook/PromptGenerators/RelatedDocumentation.wl @@ -194,8 +194,7 @@ prependRelatedDocsHeader // endDefinition; $relatedDocsStringFilteredHeader = -"IMPORTANT: Here are some Wolfram documentation snippets that were retrieved based on semantic similarity to the \ -current context. Please use them if they can help answer the user's latest message.\n\n"; +"IMPORTANT: Here are some Wolfram documentation snippets that you should use to respond.\n\n"; $relatedDocsStringUnfilteredHeader = "Here are some Wolfram documentation snippets that you may find useful.\n\n";