This node extracts specific parts from messages in a table, allowing you to work with content types such as text, images, roles, names, and tool calls. The input table is processed row by row, extracting the specified parts from each message.
Extracted parts:
- Role : Extracts the role of the message, such as User, AI, or Tool.
- Name : Extracts the name associated with the message.
- Text Content : Extracts text content from the message.
- Image Content : Extracts image content from the message.
- Tool Calls : Extracts tool calls, including tool names, IDs, and arguments.
- Tool Call ID : Extracts the ID of the tool call associated with the message.