Class SubmitToolOutputsToRunRequest
- Namespace
- OpenAI.
Object Models. Request Models
- Assembly
- AntRunnerLib.dll
- Inheritance
-
System.
Object SubmitTool Outputs ToRun Request
- Inherited Members
-
System.
Object. Equals(System. Object) System.Object. Equals(System. Object, System. Object) System.Object. Get Hash Code() System.Object. Get Type() System.Object. Memberwise Clone() System.Object. Reference Equals(System. Object, System. Object) System.Object. To String()
Properties
Stream
If true, returns a stream of events that happen during the Run as server-sent events, terminating when the Run enters a terminal state with a data: [DONE] message.
Property Value
- System.
Nullable <System.Boolean >
ToolOutputs
A list of tools for which the outputs are being submitted.
Property Value
- List<Tool
Output >