Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 1.1 KB

input_chat_ml_message.md

File metadata and controls

38 lines (23 loc) · 1.1 KB

InputChatMlMessage

Julep Python SDK Index / Julep / Api / Types / InputChatMlMessage

Auto-generated documentation for julep.api.types.input_chat_ml_message module.

InputChatMlMessage

Show source in input_chat_ml_message.py:16

Signature

class InputChatMlMessage(pydantic.BaseModel): ...

InputChatMlMessage().dict

Show source in input_chat_ml_message.py:42

Signature

def dict(self, **kwargs: typing.Any) -> typing.Dict[str, typing.Any]: ...

InputChatMlMessage().json

Show source in input_chat_ml_message.py:34

Signature

def json(self, **kwargs: typing.Any) -> str: ...