@copilotkit/runtime
Version:
<img src="https://github.com/user-attachments/assets/0a6b64d9-e193-4940-a3f6-60334ac34084" alt="banner" style="border-radius: 12px; border: 2px solid #d6d4fa;" />
1 lines • 780 B
Source Map (JSON)
{"version":3,"file":"meta-event.input.cjs","names":["MetaEventName","MessageInput"],"sources":["../../../src/graphql/inputs/meta-event.input.ts"],"sourcesContent":["import { Field, InputType } from \"type-graphql\";\nimport { MetaEventName } from \"../types/meta-events.type\";\nimport { MessageInput } from \"./message.input\";\n\n@InputType()\nexport class MetaEventInput {\n @Field(() => MetaEventName)\n name: MetaEventName;\n\n @Field(() => String)\n value?: string;\n\n @Field(() => String, { nullable: true })\n response?: string;\n\n @Field(() => [MessageInput], { nullable: true })\n messages?: MessageInput[];\n}\n"],"mappings":";;;;;;;;;;AAKO,2BAAM,eAAe;2DACbA,uCAAc;2DAGd,OAAO;2DAGP,QAAQ,EAAE,UAAU,MAAM,CAAC;2DAG3B,CAACC,mCAAa,EAAE,EAAE,UAAU,MAAM,CAAC;2EAXtC"}