-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #885 from WolframResearch/feature/enable-rag-for-n…
…ormal-chat-inputs Enable RelatedDocumentation RAG for some personas
- Loading branch information
Showing
4 changed files
with
10 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 6 additions & 11 deletions
17
LLMConfiguration/Personas/CodeAssistant/LLMConfiguration.wl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,8 @@ | ||
<| | ||
"BasePrompt" -> { "Notebooks", "WolframLanguageStyle" }, | ||
"Description" -> "Help with writing and generating Wolfram Language code", | ||
"DisplayName" -> Dynamic @ FEPrivate`FrontEndResource[ "ChatbookStrings", "PersonaNameCodeAssistant" ], | ||
"Icon" -> RawBoxes @ TemplateBox[ { }, "ChatIconCodeAssistant" ], | ||
"Tools" -> { | ||
"DocumentationLookup", | ||
"DocumentationSearcher", | ||
"WolframAlpha", | ||
"WolframLanguageEvaluator", | ||
ParentList | ||
} | ||
"BasePrompt" -> { "Notebooks", "WolframLanguageStyle" }, | ||
"Description" -> "Help with writing and generating Wolfram Language code", | ||
"DisplayName" -> Dynamic @ FEPrivate`FrontEndResource[ "ChatbookStrings", "PersonaNameCodeAssistant" ], | ||
"Icon" -> RawBoxes @ TemplateBox[ { }, "ChatIconCodeAssistant" ], | ||
"PromptGenerators" -> { "RelatedDocumentation" }, | ||
"Tools" -> { "WolframAlpha", "WolframLanguageEvaluator", ParentList } | ||
|> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters