Uses of Record Class
com.agentforge4j.llm.fake.FakeResponse
Packages that use FakeResponse
-
Uses of FakeResponse in com.agentforge4j.llm.fake
Methods in com.agentforge4j.llm.fake that return FakeResponseModifier and TypeMethodDescriptionFakeResolution.Found.response()Returns the value of theresponserecord component.Methods in com.agentforge4j.llm.fake that return types with arguments of type FakeResponseModifier and TypeMethodDescriptionFakeScript.responses()Returns the value of theresponsesrecord component.Constructors in com.agentforge4j.llm.fake with parameters of type FakeResponseModifierConstructorDescriptionFound(FakeResponse response) Creates an instance of aFoundrecord class.Constructor parameters in com.agentforge4j.llm.fake with type arguments of type FakeResponseModifierConstructorDescriptionFakeScript(int schemaVersion, Map<FakeScriptKey, FakeResponse> responses) Defensively copiesresponsesinto an immutable map.