{"version":3,"file":"generate-copilot-response.input.mjs","names":[],"sources":["../../../src/graphql/inputs/generate-copilot-response.input.ts"],"sourcesContent":["import { Field, InputType } from \"type-graphql\";\nimport { MessageInput } from \"./message.input\";\nimport { FrontendInput } from \"./frontend.input\";\nimport { CloudInput } from \"./cloud.input\";\nimport { CopilotRequestType } from \"../types/enums\";\nimport { ForwardedParametersInput } from \"./forwarded-parameters.input\";\nimport { AgentSessionInput } from \"./agent-session.input\";\nimport { AgentStateInput } from \"./agent-state.input\";\nimport { ExtensionsInput } from \"./extensions.input\";\nimport { MetaEventInput } from \"./meta-event.input\";\nimport { CopilotContextInput } from \"./copilot-context.input\";\n\n@InputType()\nexport class GenerateCopilotResponseMetadataInput {\n  @Field(() => CopilotRequestType, { nullable: true })\n  requestType: CopilotRequestType;\n}\n\n@InputType()\nexport class GenerateCopilotResponseInput {\n  @Field(() => GenerateCopilotResponseMetadataInput, { nullable: false })\n  metadata: GenerateCopilotResponseMetadataInput;\n\n  @Field(() => String, { nullable: true })\n  threadId?: string;\n\n  @Field(() => String, { nullable: true })\n  runId?: string;\n\n  @Field(() => [MessageInput])\n  messages: MessageInput[];\n\n  @Field(() => FrontendInput)\n  frontend: FrontendInput;\n\n  @Field(() => CloudInput, { nullable: true })\n  cloud?: CloudInput;\n\n  @Field(() => ForwardedParametersInput, { nullable: true })\n  forwardedParameters?: ForwardedParametersInput;\n\n  @Field(() => AgentSessionInput, { nullable: true })\n  agentSession?: AgentSessionInput;\n\n  @Field(() => AgentStateInput, { nullable: true })\n  agentState?: AgentStateInput;\n\n  @Field(() => [AgentStateInput], { nullable: true })\n  agentStates?: AgentStateInput[];\n\n  @Field(() => ExtensionsInput, { nullable: true })\n  extensions?: ExtensionsInput;\n\n  @Field(() => [MetaEventInput], { nullable: true })\n  metaEvents?: MetaEventInput[];\n\n  @Field(() => [CopilotContextInput], { nullable: true })\n  context?: CopilotContextInput[];\n}\n"],"mappings":";;;;;;;;;;;;;;;;;AAaO,iDAAM,qCAAqC;YAC/C,YAAY,oBAAoB,EAAE,UAAU,MAAM,CAAC;mDAFrD,WAAW;AAOL,yCAAM,6BAA6B;YACvC,YAAY,sCAAsC,EAAE,UAAU,OAAO,CAAC;YAGtE,YAAY,QAAQ,EAAE,UAAU,MAAM,CAAC;YAGvC,YAAY,QAAQ,EAAE,UAAU,MAAM,CAAC;YAGvC,YAAY,CAAC,aAAa,CAAC;YAG3B,YAAY,cAAc;YAG1B,YAAY,YAAY,EAAE,UAAU,MAAM,CAAC;YAG3C,YAAY,0BAA0B,EAAE,UAAU,MAAM,CAAC;YAGzD,YAAY,mBAAmB,EAAE,UAAU,MAAM,CAAC;YAGlD,YAAY,iBAAiB,EAAE,UAAU,MAAM,CAAC;YAGhD,YAAY,CAAC,gBAAgB,EAAE,EAAE,UAAU,MAAM,CAAC;YAGlD,YAAY,iBAAiB,EAAE,UAAU,MAAM,CAAC;YAGhD,YAAY,CAAC,eAAe,EAAE,EAAE,UAAU,MAAM,CAAC;YAGjD,YAAY,CAAC,oBAAoB,EAAE,EAAE,UAAU,MAAM,CAAC;2CAtCxD,WAAW"}