Bedrock SDK client cannot take in tool_choice param for disable_parallel_tool_use. I am on latest anthropic sdk 0.32.1 and bedrock package 0.11.2.
Current Behavior:
Supplying the field returns:
Message: 400 Malformed input request: #: subject must not be valid against schema {"required":["messages"]}#/tool_choice: extraneous key [disable_parallel_tool_use] is not permitted, please reformat your input and try again.
Expected Behavior:
We can set disable parallel tool use in tool_choice.
Bedrock SDK client cannot take in tool_choice param for
disable_parallel_tool_use
. I am on latest anthropic sdk 0.32.1 and bedrock package 0.11.2.Current Behavior:
Supplying the field returns:
Expected Behavior:
We can set disable parallel tool use in tool_choice.
Reproduction: