Uses of Record Class
com.agentforge4j.starter.mcp.ToolProperties

Packages that use ToolProperties
  • Uses of ToolProperties in com.agentforge4j.starter

    Methods in com.agentforge4j.starter with parameters of type ToolProperties
    Modifier and Type
    Method
    Description
    com.agentforge4j.bootstrap.AgentForge4j
    BootstrapAutoConfiguration.agentForge4j(AgentForge4jProperties properties, LlmCacheSettings cacheSettings, ModelTierProperties modelTierProperties, ToolProperties toolProperties, org.springframework.beans.factory.ObjectProvider<com.fasterxml.jackson.databind.ObjectMapper> objectMapperProvider, org.springframework.beans.factory.ObjectProvider<List<com.agentforge4j.llm.LlmClientConfiguration>> llmConfigurations, org.springframework.beans.factory.ObjectProvider<List<com.agentforge4j.core.spi.tool.ToolProvider>> toolProviders, org.springframework.beans.factory.ObjectProvider<com.agentforge4j.core.spi.tool.ToolPolicy> toolPolicy, org.springframework.beans.factory.ObjectProvider<com.agentforge4j.core.spi.tool.ToolExecutionOptions> toolExecutionOptions, org.springframework.beans.factory.ObjectProvider<com.agentforge4j.core.spi.integration.IntegrationConfigLoader> integrationConfigLoader, org.springframework.beans.factory.ObjectProvider<com.agentforge4j.core.spi.integration.MutableIntegrationRepository> integrationRepository, org.springframework.beans.factory.ObjectProvider<com.agentforge4j.core.spi.integration.ToolProviderFactory> toolProviderFactory)
    Assembles and exposes the full AgentForge4j facade.
  • Uses of ToolProperties in com.agentforge4j.starter.mcp

    Methods in com.agentforge4j.starter.mcp with parameters of type ToolProperties
    Modifier and Type
    Method
    Description
    com.agentforge4j.mcp.client.McpServerRegistry
    McpAutoConfiguration.mcpServerRegistry(McpProperties properties, ToolProperties toolProperties)
     
    com.agentforge4j.core.spi.tool.ToolExecutionOptions
    McpAutoConfiguration.toolExecutionOptions(ToolProperties properties)