CodeInterpreterToolCallContent クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ホステッド サービスによるコード インタープリター ツール呼び出しの呼び出しを表します。
public ref class CodeInterpreterToolCallContent sealed : Microsoft::Extensions::AI::ToolCallContent
[System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")]
public sealed class CodeInterpreterToolCallContent : Microsoft.Extensions.AI.ToolCallContent
public sealed class CodeInterpreterToolCallContent : Microsoft.Extensions.AI.ToolCallContent
[<System.Diagnostics.CodeAnalysis.Experimental("MEAI001", UrlFormat="https://aka.ms/dotnet-extensions-warnings/{0}")>]
type CodeInterpreterToolCallContent = class
inherit ToolCallContent
type CodeInterpreterToolCallContent = class
inherit ToolCallContent
Public NotInheritable Class CodeInterpreterToolCallContent
Inherits ToolCallContent
- 継承
- 属性
注釈
このコンテンツ タイプは、ホストされている AI サービスがコード インタープリター ツールを呼び出すタイミングを表します。 情報のみであり、結果ではなく、呼び出し自体を表します。
コンストラクター
| 名前 | 説明 |
|---|---|
| CodeInterpreterToolCallContent(String) |
CodeInterpreterToolCallContent クラスの新しいインスタンスを初期化します。 |
プロパティ
| 名前 | 説明 |
|---|---|
| AdditionalProperties |
コンテンツの追加のプロパティを取得または設定します。 (継承元 AIContent) |
| Annotations |
このコンテンツの注釈の一覧を取得または設定します。 (継承元 AIContent) |
| CallId |
ツール呼び出し ID を取得します。 (継承元 ToolCallContent) |
| Inputs |
コード インタープリター ツールへの入力を取得または設定します。 |
| RawRepresentation |
基になる実装からコンテンツの生の表現を取得または設定します。 (継承元 AIContent) |