Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.4 KB

chat_settings_response_format_schema.md

File metadata and controls

40 lines (24 loc) · 1.4 KB

ChatSettingsResponseFormatSchema

Julep Python SDK Index / Julep / Api / Types / ChatSettingsResponseFormatSchema

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

ChatSettingsResponseFormatSchema

Show source in chat_settings_response_format_schema.py:14

JSON Schema to use if type is "json_object"

Signature

class ChatSettingsResponseFormatSchema(pydantic.BaseModel): ...

ChatSettingsResponseFormatSchema().dict

Show source in chat_settings_response_format_schema.py:27

Signature

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

ChatSettingsResponseFormatSchema().json

Show source in chat_settings_response_format_schema.py:19

Signature

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