v1.2.0
1.2.0 (2026-02-07)
Features
-
add support for prompt caching (0f92f56)
- Introduced
cache-ttloption for LLM prompts, allowing users to specify a cache duration of5m(default) or1h(extended). - Updated README and action.yml to reflect the new option.
- Enhanced prompt caching mechanism in the LLM module to optimize token usage.
- Adjusted related code to support the new caching feature across various components.
- Introduced