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.