UNPKG

@copilotkit/runtime-client-gql

Version:

<div align="center"> <a href="https://copilotkit.ai" target="_blank"> <img src="https://github.com/copilotkit/copilotkit/raw/main/assets/banner.png" alt="CopilotKit Logo"> </a>

38 lines (36 loc) 606 B
import { graphql } from "./chunk-UDCSZ4EW.mjs"; // src/graphql/definitions/queries.ts var getAvailableAgentsQuery = graphql( /** GraphQL **/ ` query availableAgents { availableAgents { agents { name id description } } } ` ); var loadAgentStateQuery = graphql( /** GraphQL **/ ` query loadAgentState($data: LoadAgentStateInput!) { loadAgentState(data: $data) { threadId threadExists state messages } } ` ); export { getAvailableAgentsQuery, loadAgentStateQuery }; //# sourceMappingURL=chunk-OKPFKUUA.mjs.map