Interface McpClientInstance

All Superinterfaces:
dev.langchain4j.agentic.planner.AgentInstance, dev.langchain4j.agentic.internal.InternalAgent

public interface McpClientInstance extends dev.langchain4j.agentic.internal.InternalAgent
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     

    Methods inherited from interface dev.langchain4j.agentic.planner.AgentInstance

    agentId, arguments, as, async, description, leaf, name, optional, outputKey, outputType, parent, plannerType, subagents, topology, type

    Methods inherited from interface dev.langchain4j.agentic.internal.InternalAgent

    allowChatMemory, allowStreamingOutput, appendId, listener, registerInheritedParentListener, setParent
  • Method Details

    • inputKeys

      String[] inputKeys()
    • toolName

      String toolName()
    • toolDescription

      String toolDescription()