Skip to main content
Isaac 0.2 triggers thinking and grounding through <hint>...</hint> system messages. See the API reference for details.

Quick reference


Grounding on Isaac 0.2 (<hint> syntax)

Place hint values inside a system-role message. Multiple hints can share one <hint>...</hint> tag, separated by spaces.

Example: boxes

Example: reasoning

Example: counting (boxes + thinking)


Advanced: @perceive decorator

The Python SDK wraps the chat-completions endpoint with a typed decorator that handles hint setup and result parsing for you.

With reasoning

With structured output (Pydantic)