strands-agents/sdk-python

[FEATURE] Implement Gemini Tool Choice

Opened this issue · 0 comments

Problem Statement

We are not currently passing tool choice to the model:
https://github.com/strands-agents/sdk-python/blob/main/src/strands/models/gemini.py#L356-L357

Proposed Solution

We pass tool choice to the model

Use Case

We need tool choice so we can force tool invocation

Alternatives Solutions

No response

Additional Context

No response