cache_get
Check for a cached LLM response from an identical prior request and return it to avoid redundant API calls.
Instructions
Check if an identical LLM request was already executed and cached. Returns the cached response or null.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| messages | Yes | The messages array that will be sent to the LLM. | |
| model | Yes | The model identifier. |