UNPKG

buroventures-harald-code-core

Version:

Harald Code Core - Core functionality for AI-powered coding assistant

9 lines (8 loc) 267 B
/** * @license * Copyright 2025 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { Content } from '@google/genai'; export declare function isFunctionResponse(content: Content): boolean; export declare function isFunctionCall(content: Content): boolean;