Shawn Smith

Results 47 comments of Shawn Smith

I’m noting I’m willing to submit a PR to solve for this issue. I’m also interested in other solutions or suggestions on implementation.

https://github.com/continuedev/continue/blob/main/core/llm/toolSupport.ts#L83 Please validate your model is in the list of tool supported models. It looks possible it might be, but please validate. If not, please choose a supported model. It...

Noting I'm willing to contribute a PR to first implement the configuration changes. Then once that is approved, I will submit a PR for AWS Bedrock Claude 3.7.

Once the Cache Behavior merges then I'll open a PR for the Bedrock provider and Claude model.

@Patrick-Erichsen we likely want to do a scan of the other providers implementating caching and make sure they are using the new combined ```promptCaching``` settting and start to deprecate the...

Curious if you were expecting tools to function as well. You might need to take a look at the tools support file and the openAI provider and how it supports...