Uses of Class
com.agentforge4j.runtime.llm.AgentInvocationResult.Builder
Packages that use AgentInvocationResult.Builder
-
Uses of AgentInvocationResult.Builder in com.agentforge4j.runtime.llm
Methods in com.agentforge4j.runtime.llm that return AgentInvocationResult.BuilderModifier and TypeMethodDescriptionAgentInvocationResult.builder()Returns a newAgentInvocationResult.Builderfor assembling anAgentInvocationResultwithout positional arguments.AgentInvocationResult.Builder.withCommands(List<LlmCommand> commands) Sets the parsed commands from the response.AgentInvocationResult.Builder.withModelSource(ModelSource modelSource) Sets howresolvedModelwas determined.AgentInvocationResult.Builder.withModelUsed(String modelUsed) Sets the concrete model the provider ran.AgentInvocationResult.Builder.withRawResponse(String rawResponse) Sets the raw model output text before command parsing.AgentInvocationResult.Builder.withRequestedModelTier(ModelTier requestedModelTier) Sets the capability tier requested for this call.AgentInvocationResult.Builder.withResolvedModel(String resolvedModel) Sets the model string the runtime resolved and sent on the request.AgentInvocationResult.Builder.withTokenUsage(TokenUsageReport tokenUsage) Sets the token counts for this invocation.