Capabilities
Toggles on the assistant. Each one contributes prompt text and, sometimes, tools.Capabilities are defined by the platform, not by customers. Your product
does not add a capability; it adds tools inside Connected tools.
The two turn paths
Tool turn — when the assistant holds any tool
Tool turn — when the assistant holds any tool
Function calling, up to six steps. The model may call several tools before
it replies, and the reply itself is a tool call (
finish_turn).Chat turn — when it holds none
Chat turn — when it holds none
A single model call, no tools at all. Knowledge is retrieved once, up
front, and cannot be searched again.
What the assistant is told about your tools
Their names, their schemas, their (sanitised) descriptions, plus three rules the platform adds:- Call a tool rather than guessing. Never state a price, stock level, availability or order status a tool did not just return.
- If a tool errors or returns nothing, say so and offer a follow-up. Never invent the answer it failed to give.
- Take an action that changes something only after the customer clearly confirms it.

