Class RequiredAction
Details on the action required to continue the Run.
Will be null if no action is required.
Inherited Members
Namespace: Glitch9.AIDevKit.OpenAI
Assembly: Glitch9.AIDevKit.Provider.OpenAI.dll
Syntax
public class RequiredAction
Properties
| Edit this page View SourceSubmitToolOutputs
Details on the tool outputs needed for this run to continue.
Declaration
[JsonProperty("submit_tool_outputs")]
public ToolOutputsSubmission SubmitToolOutputs { get; set; }
Property Value
| Type | Description |
|---|---|
| ToolOutputsSubmission |
Type
For now, this is always SubmitToolOutputs.
Declaration
[JsonProperty("type")]
public RequiredActionType Type { get; set; }
Property Value
| Type | Description |
|---|---|
| RequiredActionType |