CompletionCreateRequest.Tools

CompletionCreateRequest.Tools property

Gets or sets a list of tools the model may call. Currently, only functions are supported as a tool. Use this to provide a list of functions the model may generate JSON inputs for. A max of 128 functions are supported.

public List<Tool> Tools { get; set; }

See Also