ChatResult

ChatResult(
    chat_id: int = None,
    chat_history: list[dict[str, typing.Any]] = None,
    summary: str = None,
    cost: dict[str, dict] = None,
    human_input: list[str] = None
)

(Experimental) The result of a chat. Almost certain to be changed.

Parameters:
NameDescription
chat_idType: int

Default: None
chat_historyType: list[dict[str, typing.Any]]

Default: None
summaryType: str

Default: None
costType: dict[str, dict]

Default: None
human_inputType: list[str]

Default: None

Class Attributes

chat_history



chat_id



cost



human_input



summary