chat
Send a message to an Ollama model for AI-generated responses. Includes optional system prompts and conversation history for contextual replies.
Instructions
Chat with an Ollama model
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | The name of the model to use | |
| stream | No | Whether to stream the response | |
| system | No | Optional system prompt | |
| context | No | Optional conversation context (array of messages) | |
| message | Yes | The message to send to the model |