Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Process thinking blocks for Anthropic with Bedrock provider #4453

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

ferenci84
Copy link
Contributor

Description

This is a continuation of PR #4426 with implementation for Bedrock.

Replacement of PR #4444

Checklist

  • [] The relevant docs, if any, have been updated or created
  • [] The relevant tests, if any, have been updated or created

(No docs have been updated because I believe more has to be done before this feature becomes public)

Testing instructions

It can be tested the same way as the PR 4426 with the following config:

{
      "title": "AWS - Claude 3.7 Sonnet (reasoning)",
      "provider": "bedrock",
      "model": "arn:aws:bedrock:us-east-1:874087778966:inference-profile/us.anthropic.claude-3-7-sonnet-20250219-v1:0",
      "region": "us-east-1",
      "profile": "default",
      "completionOptions": {
        "temperature": 1,
        "topP": 0.999,
        "maxTokens": 8192,
        "reasoning": true,
        "reasoningBudgetTokens": 1024,
      }
    }

Copy link

netlify bot commented Mar 3, 2025

Deploy Preview for continuedev canceled.

Name Link
🔨 Latest commit e51a185
🔍 Latest deploy log https://app.netlify.com/sites/continuedev/deploys/67c7f27e1b79890008f78c47

@ferenci84
Copy link
Contributor Author

@chezsmithy I created an issue for tool support: #4470, since you were working on it with bedrock, would you mind to check it?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants