{"version":3,"file":"agent-state.input.cjs","names":[],"sources":["../../../src/graphql/inputs/agent-state.input.ts"],"sourcesContent":["import { Field, InputType } from \"type-graphql\";\n\n@InputType()\nexport class AgentStateInput {\n  @Field(() => String)\n  agentName: string;\n\n  @Field(() => String)\n  state: string;\n\n  @Field(() => String, { nullable: true })\n  config?: string;\n}\n"],"mappings":";;;;;;;AAGO,4BAAM,gBAAgB;2DACd,OAAO;2DAGP,OAAO;2DAGP,QAAQ,EAAE,UAAU,MAAM,CAAC;4EAR9B"}