Agent tweaks (#272)

- Removed unused LLM client configuration from agent-manager-react
- Change agent-manager-react template to use prompt-rag instead of
  prompt
- Changed TextCompletion tool to use 'question' instead of 'computation'
  for its parameter.
This commit is contained in:
cybermaggedon 2025-01-20 14:05:51 +00:00 committed by GitHub
parent 9bf916f3c6
commit 8fc22155dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 30 deletions

View file

@ -19,6 +19,10 @@ local default_prompts = import "prompts/default-prompts.jsonnet";
"agent-manager-react",
"-p",
url.pulsar,
"--prompt-request-queue",
"non-persistent://tg/request/prompt-rag",
"--prompt-response-queue",
"non-persistent://tg/response/prompt-rag",
"--tool-type",
] + [
tool.id + "=" + tool.type