Uses of Interface
com.agentforge4j.llm.fake.FakeResolution
Packages that use FakeResolution
-
Uses of FakeResolution in com.agentforge4j.llm.fake
Classes in com.agentforge4j.llm.fake that implement FakeResolutionModifier and TypeClassDescriptionstatic final recordA scripted response was found for the invocation's key.static final recordA script is registered for the run, but it has no entry for this key (the ordinal counter has already advanced past the miss — acceptable, since a miss is a fail-closed terminal).static final recordNo script is registered for the invocation's run.Methods in com.agentforge4j.llm.fake that return FakeResolutionModifier and TypeMethodDescriptionFakeResponseSource.nextResponse(FakeInvocation invocation) Atomically advances the per-sequence ordinal for this invocation and resolves the response.RegistryFakeResponseSource.nextResponse(FakeInvocation invocation) StaticFakeResponseSource.nextResponse(FakeInvocation invocation)