create-chat
Create a new syntx.ai chat session. Provide a required title to receive the session's unique UUID.
Instructions
Create a new syntx.ai chat session and return its UUID. A title is required by the API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | Initial model for the chat. | |
| scope | No | Chat scope. Defaults to "text". | text |
| title | Yes | Chat title (required). |