aws / aws-sdk-go-v2

AWS SDK for the Go programming language.
https://aws.github.io/aws-sdk-go-v2/docs/
Apache License 2.0
2.68k stars 647 forks source link

Bedrock: Ask to support Claude Computer Use in Converse Function #2897

Closed skerava closed 1 week ago

skerava commented 1 week ago

Describe the feature

Please integrate support in the Go SDK to use the 'converse' method to invoke Claude's 'computer use' feature.

Use Case

Same above

Proposed Solution

No response

Other Information

No response

Acknowledgements

AWS Go SDK V2 Module Versions Used

github.com/aws/aws-sdk-go-v2 v1.27.1

Go version used

1.23.3

RanVaknin commented 1 week ago

Hi @skerava,

Could you clarify what specific SDK implementation you're looking for? The computer use feature should already work with the existing InvokeModel method by passing the appropriate JSON request body (including the tools configuration and anthropic_beta flag with the new computer use value as shown in the blogpost).

Thanks, Ran~