UNPKG

@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 631 B
{"version":3,"file":"frontend.input.cjs","names":["ActionInput"],"sources":["../../../src/graphql/inputs/frontend.input.ts"],"sourcesContent":["import { Field, InputType } from \"type-graphql\";\nimport { ActionInput } from \"./action.input\";\n\n@InputType()\nexport class FrontendInput {\n @Field(() => String, { nullable: true })\n toDeprecate_fullContext?: string;\n\n @Field(() => [ActionInput])\n actions: ActionInput[];\n\n @Field(() => String, { nullable: true })\n url?: string;\n}\n"],"mappings":";;;;;;;;AAIO,0BAAM,cAAc;2DACZ,QAAQ,EAAE,UAAU,MAAM,CAAC;2DAG3B,CAACA,iCAAY,CAAC;2DAGd,QAAQ,EAAE,UAAU,MAAM,CAAC;0EAR9B"}