This repository provides the core types for a standardized way to represent messages for LLMs. Additional chunk-types will be added in the future.
pip install llmirfrom llmir import AIMessages, AIMessage, AIMessageToolResponse, AIRoles, AIChunks, AIChunkText, AIChunkFile, AIChunkImageURL, AIChunkToolCall, AITool