Uses of Class
com.oracle.bmc.generativeaiagentruntime.model.ToolOutput
-
Packages that use ToolOutput Package Description com.oracle.bmc.generativeaiagentruntime.model -
-
Uses of ToolOutput in com.oracle.bmc.generativeaiagentruntime.model
Subclasses of ToolOutput in com.oracle.bmc.generativeaiagentruntime.model Modifier and Type Class Description class
GenericToolOutput
Specifies an output format for tools that return freeform or unstructured JSON content.class
RagToolOutput
Specifies the output format for RAG tool, including the generated answer and citations.class
SqlToolOutput
Specifies the output format for SQL tools, including the generated SQL statement and an optional preview of the query result.Methods in com.oracle.bmc.generativeaiagentruntime.model that return types with arguments of type ToolOutput Modifier and Type Method Description List<ToolOutput>
ChatResult. getToolOutputs()
Array of tool outputs in execution order.Method parameters in com.oracle.bmc.generativeaiagentruntime.model with type arguments of type ToolOutput Modifier and Type Method Description ChatResult.Builder
ChatResult.Builder. toolOutputs(List<ToolOutput> toolOutputs)
Array of tool outputs in execution order.
-