FunctionResultContent(String, Object) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
FunctionResultContent クラスの新しいインスタンスを初期化します。
public:
FunctionResultContent(System::String ^ callId, System::Object ^ result);
[System.Text.Json.Serialization.JsonConstructor]
public FunctionResultContent(string callId, object? result);
[<System.Text.Json.Serialization.JsonConstructor>]
new Microsoft.Extensions.AI.FunctionResultContent : string * obj -> Microsoft.Extensions.AI.FunctionResultContent
Public Sub New (callId As String, result As Object)
パラメーター
- callId
- String
これが結果である関数呼び出し ID。
- result
- Object
null 関数が null 返された場合、または void が返され、結果が得られなかった場合、または関数呼び出しが失敗した場合。 ただし、通常、AI サービスに意味のある代表的な情報を提供するには、それらの条件を人間が判読できる表現を提供する必要があります。
- 属性