mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
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:
parent
9bf916f3c6
commit
8fc22155dd
3 changed files with 5 additions and 30 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue