cache_put
Cache the result of a completed coding task by providing task key, model, and result.
Instructions
Store a completed task result in the cache.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | The task key | |
| model | Yes | Model that produced it | |
| result | Yes | The result to cache |