chat
Send a message to a locally running LLM and receive the response with token usage details.
Instructions
Send a message to the local LLM and return the response with token usage.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| system_prompt | No | ||
| temperature | No | ||
| max_tokens | No | ||
| top_p | No | ||
| top_k | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |