Skip to main content

Multi-Turn Conversations

For chatbots and assistants, pass conversation history when fetching prompts:
See full multi-turn example →

Tool Calling

See full tool calling example →

Adding Custom Metadata

Track user IDs, feature flags, or any custom data:

Logging User Feedback

Capture thumbs up/down or other user reactions:
See full feedback example →

Tracking Multi-Step Workflows

For agents and complex workflows, use traces to group related completions:
See full agent example →