{"version":3,"file":"agent-session.input.mjs","names":[],"sources":["../../../src/graphql/inputs/agent-session.input.ts"],"sourcesContent":["import { Field, InputType } from \"type-graphql\";\n\n@InputType()\nexport class AgentSessionInput {\n  @Field(() => String)\n  agentName: string;\n\n  @Field(() => String, { nullable: true })\n  threadId?: string;\n\n  @Field(() => String, { nullable: true })\n  nodeName?: string;\n}\n"],"mappings":";;;;;;AAGO,8BAAM,kBAAkB;YAC5B,YAAY,OAAO;YAGnB,YAAY,QAAQ,EAAE,UAAU,MAAM,CAAC;YAGvC,YAAY,QAAQ,EAAE,UAAU,MAAM,CAAC;gCARzC,WAAW"}