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 classBetaThreadRunSubmitToolOutputsParams.ToolOutput.Builder
-
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_actionobject 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_actionobject within the run object the output is being submitted for.final Map<String, JsonValue>_additionalProperties()final BetaThreadRunSubmitToolOutputsParams.ToolOutputvalidate()final BetaThreadRunSubmitToolOutputsParams.ToolOutput.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BetaThreadRunSubmitToolOutputsParams.ToolOutput.Builderbuilder()-
-
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_actionobject 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_actionobject 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()
-
-
-
-