Kelvin Tran

Results 3 comments of Kelvin Tran

Same issue as https://github.com/InstaPy/InstaPy/issues/6615

Same issue as https://github.com/InstaPy/InstaPy/issues/6615

You need to specify use of `BEDROCK_TOOLS`: `client = instructor.from_bedrock(bedrock_runtime, mode=instructor.Mode.BEDROCK_TOOLS` Alternatively, use the [Auto Client Setup](https://python.useinstructor.com/integrations/bedrock/#auto-client-setup): ``` import instructor # Auto client with model specification client = instructor.from_provider("bedrock/anthropic.claude-3-5-sonnet-20241022-v2:0") #...