콘텐츠로 이동

OutputGuardrailResult

이 콘텐츠는 아직 번역되지 않았습니다.

The result of an output guardrail execution.

Type Parameter Default type

TMeta

OutputGuardrailMetadata

TOutput extends AgentOutputType

TextOutput

agent: Agent<unknown, TOutput>;

The agent that ran.


agentOutput: ResolvedAgentOutput<TOutput>;

The output of the agent that ran.


guardrail: TMeta;

The metadata of the guardrail.


output: GuardrailFunctionOutput;

The output of the guardrail.