
    *`i                     .    d dl mZ  G d de          ZdS )    )BaseCompletionRequestc                   2    e Zd ZU dZeed<   dZedz  ed<   dS )
FIMRequestaf  A valid Fill in the Middle completion request to be tokenized.

    Attributes:
        prompt: The prompt to be completed.
        suffix: The suffix of the prompt. If provided, the model will generate text between the prompt and the suffix.

    Examples:
        >>> request = FIMRequest(prompt="Hello, my name is", suffix=" and I live in New York.")
    promptNsuffix)__name__
__module____qualname____doc__str__annotations__r        w/home/jaya/work/projects/VOICE-AGENT/VIET/agent-env/lib/python3.11/site-packages/mistral_common/protocol/fim/request.pyr   r      s;           KKKFC$Jr   r   N)mistral_common.protocol.baser   r   r   r   r   <module>r      sL    > > > > > >    &     r   