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

    Variable functionsExportedForTestingOnlyConst

    functionsExportedForTestingOnly: {
        handleFunctionCallList: (
            __namedParameters: {
                afterToolCallbacks: SingleAfterToolCallback[];
                beforeToolCallbacks: SingleBeforeToolCallback[];
                filters?: Set<string>;
                functionCalls: FunctionCall[];
                invocationContext: InvocationContext;
                toolConfirmationDict?: Record<string, ToolConfirmation>;
                toolsDict: Record<string, BaseTool>;
            },
        ) => Promise<Event | null>;
    } = ...

    Type Declaration

    • handleFunctionCallList: (
          __namedParameters: {
              afterToolCallbacks: SingleAfterToolCallback[];
              beforeToolCallbacks: SingleBeforeToolCallback[];
              filters?: Set<string>;
              functionCalls: FunctionCall[];
              invocationContext: InvocationContext;
              toolConfirmationDict?: Record<string, ToolConfirmation>;
              toolsDict: Record<string, BaseTool>;
          },
      ) => Promise<Event | null>