Uses of Class
ai.acolite.agentsdk.core.RunResult
Packages that use RunResult
Package
Description
Core framework for building AI agents with OpenAI's API.
-
Uses of RunResult in ai.acolite.agentsdk.core
Methods in ai.acolite.agentsdk.core that return RunResultModifier and TypeMethodDescriptionstatic <TContext,TOutput extends AgentOutputType>
RunResult<TContext, ?> Static convenience method to run an agent with a single text input (blocking).static <TContext,TOutput extends AgentOutputType>
RunResult<TContext, ?> Static method to run an agent with custom configuration (blocking).Methods in ai.acolite.agentsdk.core that return types with arguments of type RunResultModifier and TypeMethodDescriptionstatic <TContext,TOutput extends AgentOutputType>
CompletableFuture<RunResult<TContext, ?>> Static method to run an agent asynchronously with a single text input.static <TContext,TOutput extends AgentOutputType>
CompletableFuture<RunResult<TContext, ?>> Static method to run an agent asynchronously with custom configuration.