MessageHistoryLimiterName | Description |
---|---|
max_messages | Type: int | None Default: None |
keep_first_message | Type: bool Default: False |
Name | Description |
---|---|
messages | The list of messages representing the conversation history. Type: list[dict[str, typing.Any]] |
Type | Description |
---|---|
list[dict[str, typing.Any]] | List[Dict]: A new list containing the most recent messages up to the specified maximum. |
Name | Description |
---|---|
pre_transform_messages | Type: list[dict[str, typing.Any]] |
post_transform_messages | Type: list[dict[str, typing.Any]] |