specialize()
Set a custom system prompt and optional reasoning parameters.Parameters
string
required
System prompt that defines the AI’s persona, domain expertise, and response style.
Example specializations
Legal research:get_specialization()
Retrieve the current specialization settings.Returns
Notes
- Specialization is persisted per user — it applies to all subsequent queries until changed.
- To reset to default behavior, call
specialize()with a generic prompt. - Specialization affects the LLM generation step only. Retrieval (graph traversal + vector search) is not modified.