qllm_chat
Route chat messages to local LLM providers or models based on task; returns model responses with usage metadata.
Instructions
Call a provider from the local qiaomu-llm registry.
Args: params (ChatInput): Provider/model selection or auto routing, prompt/messages, sampling settings, optional provider-specific thinking/reasoning fields, timeout, output size, and response format.
Returns: str: JSON or Markdown model response with provider/model/usage metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |