Skip to content

Commit

Permalink
Revert changes made to default tools for CodeAssistant during debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
rhennigan committed Jan 22, 2024
1 parent 24b4bb8 commit 4cc68ef
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions LLMConfiguration/Personas/CodeAssistant/LLMConfiguration.wl
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
"BasePrompt" -> { "WolframLanguageStyle" },
"DisplayName" -> "Code Assistant",
"Icon" -> RawBoxes @ TemplateBox[ { }, "ChatIconCodeAssistant" ],
"Tools" -> {
"DocumentationLookup",
"DocumentationSearcher",
"WolframAlpha",
"WolframLanguageEvaluator",
"WebSearcher",
"WebFetcher"
},
"Tools" -> { "DocumentationLookup", "DocumentationSearcher", "WolframAlpha", "WolframLanguageEvaluator" },
"Description" -> "Help with writing and generating Wolfram Language code"
|>

0 comments on commit 4cc68ef

Please sign in to comment.