Package com.openai.models
Class BetaThreadRunSubmitToolOutputsParams.ToolOutput
-
- All Implemented Interfaces:
public final class BetaThreadRunSubmitToolOutputsParams.ToolOutput
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
BetaThreadRunSubmitToolOutputsParams.ToolOutput.Builder
A builder for ToolOutput.
-
Method Summary
Modifier and Type Method Description final Optional<String>
output()
The output of the tool call to be submitted to continue the run. final Optional<String>
toolCallId()
The ID of the tool call in the required_action
object within the run object the output is being submitted for.final JsonField<String>
_output()
The output of the tool call to be submitted to continue the run. final JsonField<String>
_toolCallId()
The ID of the tool call in the required_action
object within the run object the output is being submitted for.final Map<String, JsonValue>
_additionalProperties()
final BetaThreadRunSubmitToolOutputsParams.ToolOutput
validate()
final BetaThreadRunSubmitToolOutputsParams.ToolOutput.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static BetaThreadRunSubmitToolOutputsParams.ToolOutput.Builder
builder()
-
-
Method Detail
-
output
final Optional<String> output()
The output of the tool call to be submitted to continue the run.
-
toolCallId
final Optional<String> toolCallId()
The ID of the tool call in the
required_action
object within the run object the output is being submitted for.
-
_output
final JsonField<String> _output()
The output of the tool call to be submitted to continue the run.
-
_toolCallId
final JsonField<String> _toolCallId()
The ID of the tool call in the
required_action
object within the run object the output is being submitted for.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final BetaThreadRunSubmitToolOutputsParams.ToolOutput validate()
-
toBuilder
final BetaThreadRunSubmitToolOutputsParams.ToolOutput.Builder toBuilder()
-
builder
final static BetaThreadRunSubmitToolOutputsParams.ToolOutput.Builder builder()
-
-
-
-