📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
generative_ai_inference
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/generative_ai_inference/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: cohere_system_message.cpython-39.opt-1.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� CohereMessage� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�CohereSystemMessagezH A message that represents a single chat dialog as SYSTEM role. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a� Initializes a new CohereSystemMessage object with values from keyword arguments. The default value of the :py:attr:`~oci.generative_ai_inference.models.CohereSystemMessage.role` attribute of this class is ``SYSTEM`` and it should not be changed. 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 CohereSystemMessage. Allowed values for this property are: "CHATBOT", "USER", "SYSTEM", "TOOL" :type role: str :param message: The value to assign to the message property of this CohereSystemMessage. :type message: str �str)�role�messager r NZSYSTEM)Z swagger_typesZ attribute_mapZ_role�_message)�self�kwargs� r �\/usr/lib/python3.9/site-packages/oci/generative_ai_inference/models/cohere_system_message.py�__init__ s ��zCohereSystemMessage.__init__c C s | j S )z� **[Required]** Gets the message of this CohereSystemMessage. Contents of the chat message. :return: The message of this CohereSystemMessage. :rtype: str �r �r r r r r 0 s zCohereSystemMessage.messagec C s || _ dS )z� Sets the message of this CohereSystemMessage. Contents of the chat message. :param message: The message of this CohereSystemMessage. :type: str Nr )r r r r r r <