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