Class CustomToolOutput
The output of a custom tool call from your code, being sent back to the model.
public class CustomToolOutput : ToolOutput, IPrompt, IToolCallOutput
- Inheritance
-
objectCustomToolOutput
- Implements
- Inherited Members
- Extension Methods
Constructors
CustomToolOutput()
public CustomToolOutput()
Properties
Name
The name of the custom tool being called.
public string Name { get; set; }
Property Value
- string
Output
public string Output { get; set; }
Property Value
- string