LangGraph.js API Reference
    Preparing search index...
    ToolCallState: "pending" | "completed" | "error"

    The lifecycle state of a tool call.

    • pending: Tool call received, awaiting result
    • completed: Tool execution finished successfully
    • error: Tool execution failed (result.status === "error")