TextMessageContentNameName | Description |
---|---|
position | Type: str Default: ‘start’ |
format_string | Type: str Default: ‘{name} |
deduplicate | Type: bool Default: True |
filter_dict | Type: dict[str, typing.Any] | None Default: None |
exclude_filter | Type: bool Default: True |
Name | Description |
---|---|
messages | A list of message dictionaries. Type: list[dict[str, typing.Any]] |
Type | Description |
---|---|
list[dict[str, typing.Any]] | List[Dict]: A list of dictionaries with the message content updated with names. |
Name | Description |
---|---|
pre_transform_messages | Type: list[dict[str, typing.Any]] |
post_transform_messages | Type: list[dict[str, typing.Any]] |