Uses of Class
ai.acolite.agentsdk.core.RunConfig
Packages that use RunConfig
Package
Description
Core framework for building AI agents with OpenAI's API.
-
Uses of RunConfig in ai.acolite.agentsdk.core
Methods in ai.acolite.agentsdk.core with parameters of type RunConfigModifier and TypeMethodDescriptionstatic <TContext,TOutput extends AgentOutputType>
RunResult<TContext, ?> Static method to run an agent with custom configuration (blocking).static <TContext,TOutput extends AgentOutputType>
CompletableFuture<RunResult<TContext, ?>> Static method to run an agent asynchronously with custom configuration.static <TContext,TOutput extends AgentOutputType>
StreamedRunResult<TContext, Agent<TContext, TOutput>> Runner.runStreamed(Agent<TContext, TOutput> agent, String input, RunConfig config) Static method to run an agent with streaming and custom configuration.Constructors in ai.acolite.agentsdk.core with parameters of type RunConfig