aws-cdk-lib 2.174.0__py3-none-any.whl → 2.174.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of aws-cdk-lib might be problematic. Click here for more details.

@@ -19965,8 +19965,9 @@ class CfnPrompt(
19965
19965
  )
19966
19966
  class SpecificToolChoiceProperty:
19967
19967
  def __init__(self, *, name: builtins.str) -> None:
19968
- '''The model must request a specific tool. For example, ``{"tool" : {"name" : "Your tool name"}}`` .
19968
+ '''The model must request a specific tool.
19969
19969
 
19970
+ For example, ``{"tool" : {"name" : "Your tool name"}}`` . For more information, see `Call a tool with the Converse API <https://docs.aws.amazon.com/bedrock/latest/userguide/tool-use.html>`_ in the Amazon Bedrock User Guide
19970
19971
  .. epigraph::
19971
19972
 
19972
19973
  This field is only supported by Anthropic Claude 3 models.
@@ -20274,7 +20275,7 @@ class CfnPrompt(
20274
20275
  ) -> None:
20275
20276
  '''Determines which tools the model should request in a call to ``Converse`` or ``ConverseStream`` .
20276
20277
 
20277
- ``ToolChoice`` is only supported by Anthropic Claude 3 models and by Mistral AI Mistral Large.
20278
+ ``ToolChoice`` is only supported by Anthropic Claude 3 models and by Mistral AI Mistral Large. For more information, see `Call a tool with the Converse API <https://docs.aws.amazon.com/bedrock/latest/userguide/tool-use.html>`_ in the Amazon Bedrock User Guide.
20278
20279
 
20279
20280
  :param any: The model must request at least one tool (no text is generated).
20280
20281
  :param auto: (Default). The Model automatically decides if a tool should be called or whether to generate text instead.
@@ -20465,7 +20466,7 @@ class CfnPrompt(
20465
20466
  def __init__(self, *, json: typing.Any) -> None:
20466
20467
  '''The schema for the tool.
20467
20468
 
20468
- The top level schema type must be ``object`` .
20469
+ The top level schema type must be ``object`` . For more information, see `Call a tool with the Converse API <https://docs.aws.amazon.com/bedrock/latest/userguide/tool-use.html>`_ in the Amazon Bedrock User Guide.
20469
20470
 
20470
20471
  :param json: The JSON schema for the tool. For more information, see `JSON Schema Reference <https://docs.aws.amazon.com/https://json-schema.org/understanding-json-schema/reference>`_ .
20471
20472
 
@@ -20527,7 +20528,7 @@ class CfnPrompt(
20527
20528
  ) -> None:
20528
20529
  '''Information about a tool that you can use with the Converse API.
20529
20530
 
20530
- For more information, see `Tool use (function calling) <https://docs.aws.amazon.com/bedrock/latest/userguide/tool-use.html>`_ in the Amazon Bedrock User Guide.
20531
+ For more information, see `Call a tool with the Converse API <https://docs.aws.amazon.com/bedrock/latest/userguide/tool-use.html>`_ in the Amazon Bedrock User Guide.
20531
20532
 
20532
20533
  :param tool_spec: The specfication for the tool.
20533
20534
 
@@ -20603,6 +20604,8 @@ class CfnPrompt(
20603
20604
  ) -> None:
20604
20605
  '''The specification for the tool.
20605
20606
 
20607
+ For more information, see `Call a tool with the Converse API <https://docs.aws.amazon.com/bedrock/latest/userguide/tool-use.html>`_ in the Amazon Bedrock User Guide.
20608
+
20606
20609
  :param input_schema: The input schema for the tool in JSON format.
20607
20610
  :param name: The name for the tool.
20608
20611
  :param description: The description for the tool.