Skip to main content

Documentation Index

Fetch the complete documentation index at: https://private-04b27de1.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

extract_system_messages

extract_system_messages(messages: list[dict[str, Any]]) -> list
Extract the system messages from the list of messages.
Parameters:
NameDescription
messagesList of messages.

Type: list[dict[str, Any]]
Returns:
TypeDescription
listList[SystemMessage]: List of System messages.