Interface IToolCall
- Namespace
- OpenAI
- Assembly
- OpenAI-DotNet.dll
public interface IToolCall
Properties
Arguments
JsonNode Arguments { get; }
Property Value
CallId
string CallId { get; }
Property Value
Name
string Name { get; }
public interface IToolCall
JsonNode Arguments { get; }
string CallId { get; }
string Name { get; }