-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
Describe the issue
Hi boto3 maintainers,
While using AgentsforBedrock, I noticed a discrepancy in the documentation:
The response syntax for the following methods includes the field agentVersion, but the field does not appear in the actual HTTP response:
create_agent
update_agent
get_agent
This can be reproduced by calling any of these operations and inspecting the raw HTTP response.
Environment details:
- Python: 3.13.7
- boto3: 1.40.19
It would be great if the agentVersion
field was actually included in the response, since it would make working with agents more convenient. That said, I understand this may be low priority, as it’s possible to retrieve agent versions using list_agent_versions
. Therefore, I'm suggesting a documentation fix instead of a feature request, as resolving this discrepancy would improve clarity for users.
Thanks for maintaining this library and for all your hard work!