程序包 com.ajaxjs.mcp.message
package com.ajaxjs.mcp.message
-
类说明Represents a response message from an AI (language model).Represents a chat message.A deserializer for
ChatMessageobjects.A codec for serializing and deserializingChatMessageobjects to and from JSON.A factory for creatingChatMessageJsonCodecobjects.The type of content, e.g. text or image.Abstract base interface for message content.The type of content, e.g. text or image.Represents a custom message.Utility wrapper aroundServiceLoader.load().Represents a system message, typically defined by a developer.Represents a text content.Represents an LLM-generated request to execute a tool.Represents the result of a tool execution in response to aToolExecutionRequest.Represents a message from a user, typically an end user of the application.