{"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"}