Uses of Record Class
com.agentforge4j.llm.api.LlmExecutionRequest
Packages that use LlmExecutionRequest
Package
Description
LLM implementation support: client resolution, service discovery, and provider wiring.
Public LLM invocation contract shared by runtime callers and provider adapters.
-
Uses of LlmExecutionRequest in com.agentforge4j.llm
Methods in com.agentforge4j.llm with parameters of type LlmExecutionRequestModifier and TypeMethodDescriptionprotected abstract HttpRequestAbstractHttpLlmClient.buildHttpRequest(LlmExecutionRequest request) Builds the outbound HTTP request for one execution.final LlmExecutionResponseAbstractHttpLlmClient.execute(LlmExecutionRequest request) Sends one LLM request for this client's provider.RetryingLlmClient.execute(LlmExecutionRequest request) static voidLlmExecutionRequestValidator.validate(LlmExecutionRequest request, String clientProviderName) -
Uses of LlmExecutionRequest in com.agentforge4j.llm.api
Methods in com.agentforge4j.llm.api with parameters of type LlmExecutionRequestModifier and TypeMethodDescriptionLlmClient.execute(LlmExecutionRequest request) Executes an LLM request and returns the response. -
Uses of LlmExecutionRequest in com.agentforge4j.llm.fake
Methods in com.agentforge4j.llm.fake with parameters of type LlmExecutionRequest