- 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:
Cyber MacGeddon 2025-01-20 12:40:04 +00:00
parent acdd3efe51
commit e57483d9c9
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