View module source on GitHub This module contains utility functions for parsing attachments from messages.Documentation Index
Fetch the complete documentation index at: https://www.getmaxim.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
parse_attachments_from_messages
| Name | Type | Description |
|---|---|---|
messages | List[GenerationRequestMessage] | The messages to parse attachments from. |
| Name | Description |
|---|---|
tuple | A tuple containing the modified messages and the list of attachments. |