query_local_llm_stateful
Continue an existing local LLM conversation by passing a previous response ID. Preserves context server-side for efficient follow-ups.
Instructions
Follow-up: Use this ONLY for continuing an existing conversation when you have a previous_response_id. It is faster and preserves context server-side.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| input | Yes | The user prompt. | |
| model | No | ||
| top_p | No | ||
| max_tokens | No | ||
| temperature | No | ||
| presence_penalty | No | ||
| reasoning_effort | No | Optional: Control for reasoning models. | |
| frequency_penalty | No | ||
| previous_response_id | No | Optional: ID from a previous response to continue the conversation. |