
Amazon Novaは、コンバースAPIのツール選択オプションを拡張します
本記事は、2025 年 3 月 19 日にAWS公式サイトの What’s New with AWS? に掲載された英語記事を自動翻訳したものです。
ニュース内容
Amazon Novaは、Converse APIで拡張されたツール選択パラメーターオプションをサポートし、モデルとの相互作用に対する開発者の制御を強化します。今日、開発者は既にConverse APIを使用して、カスタマイズされたチャットボットなど、洗練された会話型アプリケーションを作成して、複数ターンにわたって会話を維持しています。この更新により、Novaは既存の「Auto」モードサポートに加えて、「Any」モードと「ツール」モードのサポートを追加し、開発者が3つの異なるモードすべてを使用できるようにします。
- Autoは、ツールを呼び出すか、テキストを生成するかどうかにかかわらず、Novaの裁量に完全にツールの選択を残します。 Autoは、ユーザーに詳細情報を尋ねる必要があるチャットボットやアシスタントなどのユースケースで役立ち、現在のデフォルトです。
- 任意のプロンプトNOVAは、指定されたツールのリストから少なくとも1つのツールコールを返し、使用するツールを選択できるようにします。下流のコンポーネントが自然言語を理解していないかもしれないが、スキーマ表現を解析できる可能性がある場合、マシンへの機械への相互作用に特に役立ちます。
- ツールにより、開発者はNOVAによって特定のツールを返すように要求できます。ツールは、希望の出力スキーマとしてリターンタイプを持つツールを持つことにより、構造化された出力を強制するのに特に役立ちます。
Amazon NovaのConverse APIでの拡張ツール選択パラメーターサポートについて学ぶには、Amazon Novaユーザーガイドを参照してください。 Amazon Nova Product PageのAmazon Nova Foundationモデルの詳細をご覧ください。 Amazon Bedrock ConsoleからAmazon BedrockのAmazon Nova Foundationモデルから始めることができます。
原文
Amazon Nova now supports expanded Tool Choice parameter options in the Converse API, enhancing developers’ control over model interactions with tools. Today, developers already use the Converse API to create sophisticated conversational applications, such as customized chat bots to maintain conversations over multiple turns. With this update, Nova adds support for ‘Any’ and ‘Tool’ modes in addition to the existing ‘Auto’ mode support, enabling developers to use all three different modes.
- Auto leaves tool selection entirely to Nova’s discretion, whether to call a tool or generate text instead. Auto is useful in use cases like chatbots and assistants where you may need to ask the user for more information, and is the current default.
- Any prompts Nova to return at least one tool call, from the list of tools specified, while allowing it to choose which tool to use. Any is particularly useful in machine to machine interactions where your downstream components may not understand natural language but might be able to parse a schema representation.
- Tool enable developers to request a specific tool to be returned by Nova. Tool is particularly useful in forcing a structured output by having a tool that has the return type as your desired output schema.
To learn about expanded Tool Choice parameter support in Amazon Nova’s Converse API, see the Amazon Nova user guide. Learn more about Amazon Nova foundation models at the Amazon Nova product page. You can get started with Amazon Nova foundation models in Amazon Bedrock from the Amazon Bedrock console.
引用元:Amazon Nova expands Tool Choice options for Converse API