rdesign/frontend/node_modules/@copilotkit/runtime-client-gql/dist/client/index.d.mts

5 lines
542 B
TypeScript

import { CopilotRuntimeClient, CopilotRuntimeClientOptions } from "./CopilotRuntimeClient.mjs";
import { ActionExecutionMessage, AgentStateMessage, ImageMessage, LangGraphInterruptEvent, Message, MetaEvent, ResultMessage, Role, TextMessage, langGraphInterruptEvent } from "./types.mjs";
import { convertGqlOutputToMessages, convertMessagesToGqlInput, filterAdjacentAgentStateMessages, filterAgentStateMessages, loadMessagesFromJsonRepresentation } from "./conversion.mjs";
import { GraphQLError } from "graphql";
export { type GraphQLError };