Uses of Class
com.oracle.bmc.generativeaiinference.model.CohereAssistantMessageV2.Builder
-
Packages that use CohereAssistantMessageV2.Builder Package Description com.oracle.bmc.generativeaiinference.model -
-
Uses of CohereAssistantMessageV2.Builder in com.oracle.bmc.generativeaiinference.model
Methods in com.oracle.bmc.generativeaiinference.model that return CohereAssistantMessageV2.Builder Modifier and Type Method Description static CohereAssistantMessageV2.BuilderCohereAssistantMessageV2. builder()Create a new builder.CohereAssistantMessageV2.BuilderCohereAssistantMessageV2.Builder. citations(List<CohereCitationV2> citations)Cohere citationsCohereAssistantMessageV2.BuilderCohereAssistantMessageV2.Builder. content(List<CohereContentV2> content)CohereAssistantMessageV2.BuilderCohereAssistantMessageV2.Builder. copy(CohereAssistantMessageV2 model)CohereAssistantMessageV2.BuilderCohereAssistantMessageV2. toBuilder()CohereAssistantMessageV2.BuilderCohereAssistantMessageV2.Builder. toolCalls(List<CohereToolCallV2> toolCalls)A list of tool calls generated by the model.CohereAssistantMessageV2.BuilderCohereAssistantMessageV2.Builder. toolPlan(String toolPlan)A chain-of-thought style reflection and plan that the model generates when working with Tools.
-