Uses of Class
ai.acolite.agentsdk.core.GuardrailExecutor.ToolGuardrailExecutionResult
Packages that use GuardrailExecutor.ToolGuardrailExecutionResult
Package
Description
Core framework for building AI agents with OpenAI's API.
-
Uses of GuardrailExecutor.ToolGuardrailExecutionResult in ai.acolite.agentsdk.core
Methods in ai.acolite.agentsdk.core that return types with arguments of type GuardrailExecutor.ToolGuardrailExecutionResultModifier and TypeMethodDescriptionstatic <TContext> CompletableFuture<GuardrailExecutor.ToolGuardrailExecutionResult> GuardrailExecutor.executeToolInputGuardrails(List<? extends ToolInputGuardrail<TContext>> guardrails, ToolInputGuardrailFunctionArgs<TContext> args) Execute tool input guardrails sequentially.static <TContext> CompletableFuture<GuardrailExecutor.ToolGuardrailExecutionResult> GuardrailExecutor.executeToolOutputGuardrails(List<? extends ToolOutputGuardrail<TContext>> guardrails, ToolOutputGuardrailFunctionArgs<TContext> args) Execute tool output guardrails sequentially.