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 666 B
{"version":3,"file":"action.input.mjs","names":[],"sources":["../../../src/graphql/inputs/action.input.ts"],"sourcesContent":["import { Field, InputType } from \"type-graphql\";\nimport { ActionInputAvailability } from \"../types/enums\";\n@InputType()\nexport class ActionInput {\n @Field(() => String)\n name: string;\n\n @Field(() => String)\n description: string;\n\n @Field(() => String)\n jsonSchema: string;\n\n @Field(() => ActionInputAvailability, { nullable: true })\n available?: ActionInputAvailability;\n}\n"],"mappings":";;;;;;;;AAGO,wBAAM,YAAY;YACtB,YAAY,OAAO;YAGnB,YAAY,OAAO;YAGnB,YAAY,OAAO;YAGnB,YAAY,yBAAyB,EAAE,UAAU,MAAM,CAAC;0BAX1D,WAAW"}