ask_utcp_expert
Get detailed answers with examples and documentation about UTCP by asking natural language questions. The expert agent leverages the full UTCP specification to resolve implementation queries.
Instructions
Ask a UTCP expert agent (powered by OpenAI) any question about UTCP. The agent has deep knowledge of the entire UTCP specification and will provide detailed, accurate answers with examples and relevant documentation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | Yes | Your question about UTCP in natural language (e.g., "How do I authenticate with bearer tokens?", "What is body_template used for?", "Show me an example of SSE protocol") | |
| performance_mode | No | Performance mode: "fast" (5 RAG results, 800 char excerpts, ~2-3s), "balanced" (7 results, 1200 chars, ~3-5s), "accurate" (10 results, 2000 chars, ~5-8s, default) | accurate |