Chat through Hyperagent
hyperagent_chatSend prompts to Fable 5 or GPT-5.6 Sol through Hyperagent. Create new threads or continue existing conversations with an optional system prompt and timeout.
Instructions
Sends a prompt to Fable 5 or GPT-5.6 Sol through Hyperagent. Omit thread_id to create a thread; reuse the returned thread_id to continue it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Model alias | |
| prompt | Yes | Prompt to send | |
| thread_id | No | Existing Hyperagent thread ID for continuation | |
| system_prompt | No | System prompt for a new thread, or an explicit update to an existing thread | |
| timeout_seconds | No | Request timeout; default 600 seconds |