You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@philipph-askui Regarding the example code in the PR, it overrides the act_settings for a single act command and removes the system prompt. I would suggest documenting how to modify only the caching setting by accessing agent.act_settings.messages... instead.
Additionally, I recommend enabling caching by default and documenting how to disable this behavior, even if disabling it is generally not advisable.
@philipph-askui Regarding the example code in the PR, it overrides the act_settings for a single act command and removes the system prompt. I would suggest documenting how to modify only the caching setting by accessing agent.act_settings.messages... instead.
Additionally, I recommend enabling caching by default and documenting how to disable this behavior, even if disabling it is generally not advisable.
I updated the example accordingly.
However, we cannot enable prompt caching by default, as it will is not yet supported by all providers (e.g. bedrock or vertexAI are still missing)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Note: The updated lock file bloats the size of this PR, as +1.933 -2.280 lines are changed there. Hence, the actual PR is only +739 - 113)
provider_optionsparameter.CAUTION: prompt caching will yet only work with the AnthropicVlmProvider!
Here is a minimal example to try it: