cache_store
Store a WebFetch result in the cache after a cache miss to persist across sessions, enabling instant cache hits for identical URL and prompt.
Instructions
Store a WebFetch result in the cache after a CACHE_MISS. Pass the original url, prompt, and the output text returned by WebFetch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| output | Yes | The output text returned by WebFetch | |
| prompt | Yes |