@copilotkit/runtime-client-gql
Version:
<img src="https://github.com/user-attachments/assets/0a6b64d9-e193-4940-a3f6-60334ac34084" alt="banner" style="border-radius: 12px; border: 2px solid #d6d4fa;" />
10 lines (7 loc) • 514 B
TypeScript
import * as _graphql_typed_document_node_core from '@graphql-typed-document-node/core';
import { GenerateCopilotResponseMutation, Exact, GenerateCopilotResponseInput, InputMaybe, Scalars } from '../@generated/graphql.js';
declare const generateCopilotResponseMutation: _graphql_typed_document_node_core.TypedDocumentNode<GenerateCopilotResponseMutation, Exact<{
data: GenerateCopilotResponseInput;
properties?: InputMaybe<Scalars["JSONObject"]["input"]>;
}>>;
export { generateCopilotResponseMutation };