@copilotkit/runtime
Version:
<img src="https://github.com/user-attachments/assets/0a6b64d9-e193-4940-a3f6-60334ac34084" alt="banner" style="border-radius: 12px; border: 2px solid #d6d4fa;" />
1 lines • 619 B
Source Map (JSON)
{"version":3,"file":"load-agent-state-response.type.cjs","names":[],"sources":["../../../src/graphql/types/load-agent-state-response.type.ts"],"sourcesContent":["import { Field, ObjectType } from \"type-graphql\";\nimport { BaseMessageOutput } from \"./copilot-response.type\";\n\n@ObjectType()\nexport class LoadAgentStateResponse {\n @Field(() => String)\n threadId: string;\n\n @Field(() => Boolean)\n threadExists: boolean;\n\n @Field(() => String)\n state: string;\n\n @Field(() => String)\n messages: string;\n}\n"],"mappings":";;;;;;;AAIO,mCAAM,uBAAuB;2DACrB,OAAO;2DAGP,QAAQ;2DAGR,OAAO;2DAGP,OAAO;oFAXT"}