콘텐츠로 이동

ToolInputGuardrailData

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

Input data passed to a tool input guardrail function.

Type Parameter Default type

TContext

UnknownContext

agent: Agent<any, any>;

context: RunContext<TContext>;

toolCall: object;
Name Type

arguments

string

callId

string

id?

string

name

string

providerData?

Record<string, any>

status?

"completed" | "in_progress" | "incomplete"

type

"function_call"