bedrock
autogen.oai.bedrock.extract_system_messages
extract_system_messages
Extract the system messages from the list of messages.
Name | Description |
---|---|
messages | List of messages. Type: list[dict[str, Any]] |
Type | Description |
---|---|
list | List[SystemMessage]: List of System messages. |