OutputGuardrailBlockedMessageArgs
이 콘텐츠는 아직 번역되지 않았습니다.
type OutputGuardrailBlockedMessageArgs<TContext> = object;Type Parameters
Section titled “Type Parameters”| Type Parameter | Default type |
|---|---|
|
|
|
Properties
Section titled “Properties”agent: Agent<TContext, any>;The agent whose terminal tool output was rejected.
defaultMessage
Section titled “defaultMessage”defaultMessage: string;The SDK’s default data-free placeholder.
guardrailName
Section titled “guardrailName”guardrailName: string;The name of the output guardrail observed rejecting terminal tool output in the current run.
runContext
Section titled “runContext”runContext: RunContext<TContext>;The active run context for the current execution.