Uses of Class
ai.acolite.agentsdk.core.RunContext
Packages that use RunContext
Package
Description
Core framework for building AI agents with OpenAI's API.
-
Uses of RunContext in ai.acolite.agentsdk.core
Methods in ai.acolite.agentsdk.core with parameters of type RunContextModifier and TypeMethodDescriptiondefault StringFunctionTool.errorFunction(RunContext<TContext> context, Throwable error) Transforms tool execution errors into user-visible error messages.FunctionTool.invoke(RunContext<TContext> context, TInput input) booleanFunctionTool.isEnabled(RunContext<TContext> context) booleanFunctionTool.needsApproval(RunContext<TContext> context, TInput input)