Uses of Class
com.oracle.bmc.generativeaiinference.model.CohereToolCall
-
Packages that use CohereToolCall Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of CohereToolCall in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return CohereToolCall Modifier and Type Method Description CohereToolCall
CohereToolCall.Builder. build()
CohereToolCall
CohereToolResult. getCall()
Methods in com.oracle.bmc.generativeaiinference.model that return types with arguments of type CohereToolCall Modifier and Type Method Description List<CohereToolCall>
CohereChatBotMessage. getToolCalls()
A list of tool calls generated by the model.List<CohereToolCall>
CohereChatResponse. getToolCalls()
A list of tool calls generated by the model.Methods in com.oracle.bmc.generativeaiinference.model with parameters of type CohereToolCall Modifier and Type Method Description CohereToolResult.Builder
CohereToolResult.Builder. call(CohereToolCall call)
CohereToolCall.Builder
CohereToolCall.Builder. copy(CohereToolCall model)
Method parameters in com.oracle.bmc.generativeaiinference.model with type arguments of type CohereToolCall Modifier and Type Method Description CohereChatBotMessage.Builder
CohereChatBotMessage.Builder. toolCalls(List<CohereToolCall> toolCalls)
A list of tool calls generated by the model.CohereChatResponse.Builder
CohereChatResponse.Builder. toolCalls(List<CohereToolCall> toolCalls)
A list of tool calls generated by the model.Constructors in com.oracle.bmc.generativeaiinference.model with parameters of type CohereToolCall Constructor Description CohereToolResult(CohereToolCall call, List<Object> outputs)
Deprecated.Constructor parameters in com.oracle.bmc.generativeaiinference.model with type arguments of type CohereToolCall Constructor Description CohereChatBotMessage(String message, List<CohereToolCall> toolCalls)
Deprecated.
-