{"version":3,"file":"extensions-response.type.mjs","names":[],"sources":["../../../src/graphql/types/extensions-response.type.ts"],"sourcesContent":["import { Field, ObjectType } from \"type-graphql\";\n\n/**\n * The extensions response is used to receive additional information from the copilot runtime, specific to a\n * service adapter or agent framework.\n *\n * Next time a request to the runtime is made, the extensions response will be included in the request as input.\n */\n\n@ObjectType()\nexport class OpenAIApiAssistantAPIResponse {\n  @Field(() => String, { nullable: true })\n  runId?: string;\n\n  @Field(() => String, { nullable: true })\n  threadId?: string;\n}\n\n@ObjectType()\nexport class ExtensionsResponse {\n  @Field(() => OpenAIApiAssistantAPIResponse, { nullable: true })\n  openaiAssistantAPI?: OpenAIApiAssistantAPIResponse;\n}\n"],"mappings":";;;;;;;AAUO,0CAAM,8BAA8B;YACxC,YAAY,QAAQ,EAAE,UAAU,MAAM,CAAC;YAGvC,YAAY,QAAQ,EAAE,UAAU,MAAM,CAAC;4CALzC,YAAY;AAUN,+BAAM,mBAAmB;YAC7B,YAAY,+BAA+B,EAAE,UAAU,MAAM,CAAC;iCAFhE,YAAY"}