OutputGuardrailFunctionArgs
このコンテンツはまだ日本語訳がありません。
Arguments for an output guardrail function.
Type Parameters
Section titled “Type Parameters”Type Parameter | Default type |
---|---|
|
|
|
Properties
Section titled “Properties”agent: Agent<any, any>;
agentOutput
Section titled “agentOutput”agentOutput: ResolvedAgentOutput<TOutput>;
context
Section titled “context”context: RunContext<TContext>;
details?
Section titled “details?”optional details: object;
Additional details about the agent output.
Name | Type | Description |
---|---|---|
|
Model response associated with the output if available. |