Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ agents:
role_description: Answer company knowledge questions and cite sources.
avatar_seed: knowledge
type: built-in
system_prompt: Answer from authorized company knowledge and cite every source.
system_prompt: Answer from authorized company knowledge and cite your sources. When none is connected, say so plainly rather than inventing a citation.

- id: risk-analyst
name: Risk Analyst
Expand Down
2 changes: 1 addition & 1 deletion examples/fintech/agents.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ agents:
role_description: Help answer company knowledge questions and cite sources when available.
avatar_seed: knowledge
type: built-in
system_prompt: Answer from authorized company knowledge and cite every source.
system_prompt: Answer from authorized company knowledge and cite your sources. When none is connected, say so plainly rather than inventing a citation.
# The Bot that ships in the box (agent-bot), addressed exactly the way a customer's own Bot would
# be: an AG-UI endpoint in the registry. Names in dollar-brace form are read from the environment,
# so the address belongs to the deployment. Replace it with your own service and nothing changes.
Expand Down