ruạṛ
a ���f � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sf e Zd ZdZdZdZdZdZdd� Ze dd � �Z ed d� �Zej dd� �Zd d� Zdd� Zdd� ZdS )� CohereMessagez9 A message that represents a single chat dialog. �CHATBOT�USER�SYSTEM�TOOLc K s ddi| _ ddi| _d| _dS )a� Initializes a new CohereMessage object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.generative_ai_inference.models.CohereChatBotMessage` * :class:`~oci.generative_ai_inference.models.CohereSystemMessage` * :class:`~oci.generative_ai_inference.models.CohereToolMessage` * :class:`~oci.generative_ai_inference.models.CohereUserMessage` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param role: The value to assign to the role property of this CohereMessage. Allowed values for this property are: "CHATBOT", "USER", "SYSTEM", "TOOL", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type role: str �role�strN)Z swagger_typesZ attribute_map�_role)�self�kwargs� r �U/usr/lib/python3.9/site-packages/oci/generative_ai_inference/models/cohere_message.py�__init__"