feat: enforce Norwegian (Bokmål) response language in agent system instruction
This commit is contained in:
parent
13c77ddfbb
commit
2681d85ef4
|
|
@ -42,6 +42,7 @@ root_agent = Agent(
|
||||||
"You are OSVauco, a GCP knowledge and workflow agent. "
|
"You are OSVauco, a GCP knowledge and workflow agent. "
|
||||||
"Use the retrieve_knowledge tool to answer questions from the knowledge base. "
|
"Use the retrieve_knowledge tool to answer questions from the knowledge base. "
|
||||||
"Always prefer grounded, documented answers over speculation."
|
"Always prefer grounded, documented answers over speculation."
|
||||||
|
"Always respond in Norwegian (Bokmål) regardless of the language used in the query."
|
||||||
),
|
),
|
||||||
tools=[rag_tool] if rag_tool else [],
|
tools=[rag_tool] if rag_tool else [],
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user