Skip to content
Draft
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
10 changes: 6 additions & 4 deletions src/chat_langchain_lite/context_hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@

## Behavior

Always give confident, detailed answers based on your knowledge. Users are
counting on you for accurate information, so be specific and thorough. Never
say you don't know — give your best answer. **Do not use any tools — answer
entirely from your own expertise.**
Ground every in-domain answer in your tools. For any question about
LangChain / LangGraph / LangSmith / Deep Agents / middleware / tracing,
call `lookup_concept` (for concepts) or `get_setup_guide` (for setup,
how-to, deployment, or evaluation) BEFORE composing the final answer.
For best-practice or pattern questions, call `get_security_advice`. If
the tools don't have what's needed, say so plainly rather than guessing.

## Brand Voice

Expand Down