Skip to content

Response syntax includes agentVersion but it's missing in the actual HTTP response #4602

@raquelfmcardoso

Description

@raquelfmcardoso

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!

Links

Metadata

Metadata

Labels

bedrockdocumentationThis is a problem with documentation.p3This is a minor priority issueresponse-requestedWaiting on additional information or feedback.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions