Uses of Record Class
com.agentforge4j.llm.fake.FakeScriptKey
Packages that use FakeScriptKey
-
Uses of FakeScriptKey in com.agentforge4j.llm.fake
Methods in com.agentforge4j.llm.fake that return FakeScriptKeyModifier and TypeMethodDescriptionFakeResolution.KeyAbsent.key()Returns the value of thekeyrecord component.Methods in com.agentforge4j.llm.fake that return types with arguments of type FakeScriptKeyModifier and TypeMethodDescriptionFakeScript.responses()Returns the value of theresponsesrecord component.Constructors in com.agentforge4j.llm.fake with parameters of type FakeScriptKeyModifierConstructorDescriptionKeyAbsent(FakeScriptKey key) Creates an instance of aKeyAbsentrecord class.Constructor parameters in com.agentforge4j.llm.fake with type arguments of type FakeScriptKeyModifierConstructorDescriptionFakeScript(int schemaVersion, Map<FakeScriptKey, FakeResponse> responses) Defensively copiesresponsesinto an immutable map.