{"version":3,"file":"load-agent-state-response.type.mjs","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;YACjC,YAAY,OAAO;YAGnB,YAAY,QAAQ;YAGpB,YAAY,OAAO;YAGnB,YAAY,OAAO;qCAXrB,YAAY"}