cysic_session
Chat with the AI model across multiple turns. The session remembers the full history, appending each user and assistant message.
Instructions
Multi-turn chat with the Cysic AI model and a server-side session memory. Each call sends the full prior history to the model and appends both turns to the session.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | Identifier for the session. Created lazily on first use. | |
| message | Yes | The new user message for this turn. |