CohereDocumentContentV2

class oci.generative_ai_inference.models.CohereDocumentContentV2(**kwargs)

Bases: oci.generative_ai_inference.models.cohere_content_v2.CohereContentV2

Represents a single instance of Chat Document content

Attributes

TYPE_DOCUMENT str(object=’’) -> str
TYPE_IMAGE_URL str(object=’’) -> str
TYPE_TEXT str(object=’’) -> str
TYPE_THINKING str(object=’’) -> str
document Gets the document of this CohereDocumentContentV2.
type [Required] Gets the type of this CohereContentV2.

Methods

__init__(**kwargs) Initializes a new CohereDocumentContentV2 object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
TYPE_DOCUMENT = 'DOCUMENT'
TYPE_IMAGE_URL = 'IMAGE_URL'
TYPE_TEXT = 'TEXT'
TYPE_THINKING = 'THINKING'
__init__(**kwargs)

Initializes a new CohereDocumentContentV2 object with values from keyword arguments. The default value of the type attribute of this class is DOCUMENT and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • type (str) – The value to assign to the type property of this CohereDocumentContentV2. Allowed values for this property are: “TEXT”, “IMAGE_URL”, “DOCUMENT”, “THINKING”
  • document (object) – The value to assign to the document property of this CohereDocumentContentV2.
document

Gets the document of this CohereDocumentContentV2. Relevant information that could be used by the model to generate a more accurate reply. The content of each document are generally short (should be under 300 words). Metadata should be used to provide additional information, both the key name and the value will be passed to the model.

Returns:The document of this CohereDocumentContentV2.
Return type:object
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

type

[Required] Gets the type of this CohereContentV2. The type of the content.

Allowed values for this property are: “TEXT”, “IMAGE_URL”, “DOCUMENT”, “THINKING”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.

Returns:The type of this CohereContentV2.
Return type:str