Uses of Record Class
com.agentforge4j.llm.api.LlmInvocationIdentity
Packages that use LlmInvocationIdentity
Package
Description
Public LLM invocation contract shared by runtime callers and provider adapters.
-
Uses of LlmInvocationIdentity in com.agentforge4j.llm.api
Methods in com.agentforge4j.llm.api that return LlmInvocationIdentityModifier and TypeMethodDescriptionLlmExecutionRequest.identity()Returns the value of theidentityrecord component.Constructors in com.agentforge4j.llm.api with parameters of type LlmInvocationIdentityModifierConstructorDescriptionLlmExecutionRequest(String providerName, String model, String systemPrompt, String userInput, Integer maxOutputTokens, PromptLayerBoundaries promptLayerBoundaries, LlmInvocationIdentity identity) Validates that required fields are not blank and optional token cap is positive when set.