Uses of Record Class
com.agentforge4j.starter.LlmCacheSettings
Packages that use LlmCacheSettings
-
Uses of LlmCacheSettings in com.agentforge4j.starter
Methods in com.agentforge4j.starter with parameters of type LlmCacheSettingsModifier and TypeMethodDescriptioncom.agentforge4j.bootstrap.AgentForge4jBootstrapAutoConfiguration.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.