Skip to main content
Message (Msg) is the basic data structure in AgentScope, responsible for exchanging information among agents, users, and tools. Its basic fields include:
The content field can be a plain string for simple text messages, or a list of content blocks for multimodal and tool call messages. Each content block is a dictionary with a type field indicating the content type.
Supported content block types: Quick examples: