Class McpGetPromptParams
java.lang.Object
dev.langchain4j.mcp.protocol.McpClientParams
dev.langchain4j.mcp.protocol.McpGetPromptParams
Corresponds to the
params of the GetPromptRequest type from the MCP schema.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetArguments(Map<String, Object> arguments) voidsetInputResponses(Map<String, Object> inputResponses) voidvoidsetRequestState(Object requestState) Methods inherited from class McpClientParams
getMeta, setMeta
-
Constructor Details
-
McpGetPromptParams
public McpGetPromptParams() -
McpGetPromptParams
-
-
Method Details
-
getName
-
setName
-
getArguments
-
setArguments
-
getInputResponses
-
setInputResponses
-
getRequestState
-
setRequestState
-