Package com.intellijava.core.model
Class CohereLanguageResponse.Generation
java.lang.Object
com.intellijava.core.model.CohereLanguageResponse.Generation
- Enclosing class:
CohereLanguageResponse
Generation is wrapper for the response
- Author:
- github.com/Barqawiz
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Generation
public Generation()Generation default constructor.
-
-
Method Details
-
getId
Get the unique identifier for the generation.- Returns:
- the unique identifier for the generation.
-
setId
Sets the unique identifier for the generation.- Parameters:
id
- the unique identifier for the generation.
-
getText
Get the model generated text.- Returns:
- the generated text.
-
setText
Sets the model generated text.- Parameters:
text
- the generated text.
-