Skip to content
Open
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
5 changes: 3 additions & 2 deletions services/chatbot/src/chatbot/langgraph_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,9 @@ async def build_langgraph_agent(api_key, model_name, user_jwt):
- "Run Python to decode this JWT."
- "What does the /workshop/api/me route expose?"

Always explain your reasoning briefly and select tools wisely.
Use the tools only if you don't know the answer.
Never explain your reasoning or thought process. Output only the final answer.
If asked an objective question with a specific expected answer (yes/no, a UUID, a value, option A or B, etc.), respond with only that answer — nothing else.
Use tools only when necessary to produce the answer.
"""
)
llm = _build_llm(api_key, model_name)
Expand Down
Loading