Riven Chat
riven_chatSend a single prompt to a Riven chat model and receive the completion text. For quick, single-turn questions that require no agentic research.
Instructions
Send a single prompt to a Riven chat model and return the completion text. Use for quick, single-turn questions that don't need agentic research.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Model id to use, e.g. 'rvn-assistant-v2' (flagship alias), 'glm-5.2', or 'qwen3.6-35b'. Defaults to 'rvn-assistant-v2' if omitted. | |
| prompt | Yes | The user prompt to send to the model. | |
| system | No | Optional system prompt to steer the model. |