Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.06 KB

chat_response.md

File metadata and controls

40 lines (24 loc) · 1.06 KB

ChatResponse

Julep Python SDK Index / Julep / Api / Types / ChatResponse

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

ChatResponse

Show source in chat_response.py:18

Represents a chat completion response returned by model, based on the provided input.

Signature

class ChatResponse(pydantic.BaseModel): ...

ChatResponse().dict

Show source in chat_response.py:44

Signature

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

ChatResponse().json

Show source in chat_response.py:36

Signature

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