Class SubmitToolOutputs

SubmitToolOutputs class

Represents details on the tool outputs needed for the run to continue.

public class SubmitToolOutputs

Constructors

NameDescription
SubmitToolOutputs()The default constructor.

Properties

NameDescription
ToolCalls { get; set; }Gets or sets a list of the relevant tool calls.

See Also