Uses of Class
com.oracle.bmc.generativeaiinference.model.CohereToolResult
-
Packages that use CohereToolResult Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of CohereToolResult in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return CohereToolResult Modifier and Type Method Description CohereToolResult
CohereToolResult.Builder. build()
Methods in com.oracle.bmc.generativeaiinference.model that return types with arguments of type CohereToolResult Modifier and Type Method Description List<CohereToolResult>
CohereChatRequest. getToolResults()
A list of results from invoking tools recommended by the model in the previous chat turn.List<CohereToolResult>
CohereToolMessage. getToolResults()
A list of results from invoking tools recommended by the model in the previous chat turn.Methods in com.oracle.bmc.generativeaiinference.model with parameters of type CohereToolResult Modifier and Type Method Description CohereToolResult.Builder
CohereToolResult.Builder. copy(CohereToolResult model)
Method parameters in com.oracle.bmc.generativeaiinference.model with type arguments of type CohereToolResult Modifier and Type Method Description CohereChatRequest.Builder
CohereChatRequest.Builder. toolResults(List<CohereToolResult> toolResults)
A list of results from invoking tools recommended by the model in the previous chat turn.CohereToolMessage.Builder
CohereToolMessage.Builder. toolResults(List<CohereToolResult> toolResults)
A list of results from invoking tools recommended by the model in the previous chat turn.Constructor parameters in com.oracle.bmc.generativeaiinference.model with type arguments of type CohereToolResult Constructor Description CohereToolMessage(List<CohereToolResult> toolResults)
Deprecated.
-