Uses of Interface
dev.langchain4j.mcp.client.McpPromptContent
Packages that use McpPromptContent
-
Uses of McpPromptContent in dev.langchain4j.mcp.client
Classes in dev.langchain4j.mcp.client that implement McpPromptContentModifier and TypeClassDescriptionfinal record
The 'EmbeddedResource' object from the MCP protocol schema.final record
The 'ImageContent' object from the MCP protocol schema.final record
The 'TextContent' object from the MCP protocol schema.Methods in dev.langchain4j.mcp.client that return McpPromptContentModifier and TypeMethodDescriptionMcpPromptMessage.content()
Returns the value of thecontent
record component.Constructors in dev.langchain4j.mcp.client with parameters of type McpPromptContentModifierConstructorDescriptionMcpPromptMessage
(McpRole role, McpPromptContent content) Creates an instance of aMcpPromptMessage
record class.