Class SubmitToolOutputsRequest.Builder
java.lang.Object
io.github.stefanbratanov.jvm.openai.SubmitToolOutputsRequest.Builder
- Enclosing class:
- SubmitToolOutputsRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
stream
(boolean stream) toolOutput
(SubmitToolOutputsRequest.ToolOutput toolOutput) toolOutputs
(List<SubmitToolOutputsRequest.ToolOutput> toolOutputs)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
toolOutput
- Parameters:
toolOutput
- Tool output to append to the list of tools for which the outputs are being submitted.
-
toolOutputs
public SubmitToolOutputsRequest.Builder toolOutputs(List<SubmitToolOutputsRequest.ToolOutput> toolOutputs) - Parameters:
toolOutputs
- Tool outputs to append to the list of tools for which the outputs are being submitted.
-
stream
- Parameters:
stream
- If true, returns a stream of events that happen during the Run as server-sent events
-
build
-