Uses of Record Class
com.agentforge4j.llm.api.PromptLayerBoundaries
Packages that use PromptLayerBoundaries
Package
Description
Public LLM invocation contract shared by runtime callers and provider adapters.
-
Uses of PromptLayerBoundaries in com.agentforge4j.llm.api
Methods in com.agentforge4j.llm.api that return PromptLayerBoundariesModifier and TypeMethodDescriptionLlmExecutionRequest.promptLayerBoundaries()Returns the value of thepromptLayerBoundariesrecord component.Constructors in com.agentforge4j.llm.api with parameters of type PromptLayerBoundariesModifierConstructorDescriptionLlmExecutionRequest(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.