Interface IToolCallOutput
public interface IToolCallOutput
Properties
CallId
string CallId { get; }
Property Value
- string
Output
string Output { get; }
Property Value
- string
public interface IToolCallOutput
string CallId { get; }
string Output { get; }