@copilotkit/runtime
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>
18 lines (13 loc) • 344 B
text/typescript
import { Field, ObjectType } from "type-graphql";
import { BaseMessageOutput } from "./copilot-response.type";
()
export class LoadAgentStateResponse {
(() => String)
threadId: string;
(() => Boolean)
threadExists: boolean;
(() => String)
state: string;
(() => String)
messages: string;
}