Class SubmitToolOutputsRequest.ToolOutput.Builder
java.lang.Object
io.github.stefanbratanov.jvm.openai.SubmitToolOutputsRequest.ToolOutput.Builder
- Enclosing class:
- SubmitToolOutputsRequest.ToolOutput
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
toolCallId
- Parameters:
toolCallId
- The ID of the tool call in the required_action object within the run object the output is being submitted for.
-
output
- Parameters:
output
- The output of the tool call to be submitted to continue the run.
-
build
-