Uses of Interface
com.agentforge4j.llm.fake.FakeResponseSource
Packages that use FakeResponseSource
-
Uses of FakeResponseSource in com.agentforge4j.llm.fake
Classes in com.agentforge4j.llm.fake that implement FakeResponseSourceModifier and TypeClassDescriptionfinal classThe read face of aFakeRunLifecycle: resolves responses against scripts explicitly registered per run.final classAFakeResponseSourcebacked by a single, run-agnosticFakeScript: every run is served the same script.Methods in com.agentforge4j.llm.fake that return FakeResponseSourceModifier and TypeMethodDescriptionFakeConfiguration.responseSource()Returns the shared scripted response source the client resolves against.Constructors in com.agentforge4j.llm.fake with parameters of type FakeResponseSourceModifierConstructorDescriptionFakeConfiguration(FakeResponseSource responseSource) Creates a configuration with the default model id and a zero connect timeout.FakeConfiguration(FakeResponseSource responseSource, String defaultModel, Duration connectTimeout) Creates a configuration with an explicit default model and connect timeout.FakeLlmClient(FakeResponseSource responseSource) Creates a client backed by the given response source.