Class McpGetPromptParams

java.lang.Object
dev.langchain4j.mcp.protocol.McpClientParams
dev.langchain4j.mcp.protocol.McpGetPromptParams

public class McpGetPromptParams extends McpClientParams
Corresponds to the params of the GetPromptRequest type from the MCP schema.
  • Constructor Details

    • McpGetPromptParams

      public McpGetPromptParams()
    • McpGetPromptParams

      public McpGetPromptParams(String name, Map<String,Object> arguments)
  • Method Details