Uses of Record Class
com.agentforge4j.llm.LlmClientFactoryContext
Packages that use LlmClientFactoryContext
Package
Description
LLM implementation support: client resolution, service discovery, and provider wiring.
-
Uses of LlmClientFactoryContext in com.agentforge4j.llm
Methods in com.agentforge4j.llm with parameters of type LlmClientFactoryContextModifier and TypeMethodDescriptionLlmClientFactory.create(LlmClientFactoryContext context) Creates a new LLM client from aLlmClientFactoryContext: the JSON mapper, the neutralLlmClientConfiguration, and theLlmSecretResolverthe provider uses to resolve its credential reference. -
Uses of LlmClientFactoryContext in com.agentforge4j.llm.fake
Methods in com.agentforge4j.llm.fake with parameters of type LlmClientFactoryContextModifier and TypeMethodDescriptionFakeLlmClientFactory.create(LlmClientFactoryContext context) Creates a fake client from aLlmClientFactoryContext.