Strands Agents Typescript SDK
    Preparing search index...

    Class BeforeToolCallEvent

    Event triggered just before a tool is executed. Fired after tool lookup but before execution begins.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    type: "beforeToolCallEvent" = ...
    agent: AgentData
    toolUse: { name: string; toolUseId: string; input: JSONValue }
    tool: Tool

    Methods