ADK for TypeScript: API Reference
    Preparing search index...

    Function findEventByFunctionCallId

    • Finds the function call event that matches the function call ID. Mirrors Python ADK's find_event_by_function_call_id.

      Parameters

      • events: Event[]
      • functionCallId: string
      • endIndex: number = events.length

      Returns Event | undefined