Uses of Class
com.intellijava.core.model.CohereLanguageResponse.Generation
Packages that use CohereLanguageResponse.Generation
-
Uses of CohereLanguageResponse.Generation in com.intellijava.core.model
Methods in com.intellijava.core.model that return types with arguments of type CohereLanguageResponse.GenerationModifier and TypeMethodDescriptionCohereLanguageResponse.getGenerations()
Get the list of generated texts.Method parameters in com.intellijava.core.model with type arguments of type CohereLanguageResponse.GenerationModifier and TypeMethodDescriptionvoid
CohereLanguageResponse.setGenerations
(List<CohereLanguageResponse.Generation> generations) Sets the list of generated texts.