Class FunctionOutput
The output of a function tool call.
public class FunctionOutput : ToolOutput, IPrompt, IToolCallOutput
- Inheritance
-
objectFunctionOutput
- Implements
- Inherited Members
- Extension Methods
Constructors
FunctionOutput()
public FunctionOutput()
Properties
Output
Required. A JSON string of the output of the function tool call.
public string Output { get; set; }
Property Value
- string