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 587 B
{"version":3,"file":"agents-response.type.cjs","names":[],"sources":["../../../src/graphql/types/agents-response.type.ts"],"sourcesContent":["import { Field, ObjectType } from \"type-graphql\";\n\n@ObjectType()\nexport class Agent {\n @Field(() => String)\n id: string;\n\n @Field(() => String)\n name: string;\n\n @Field(() => String)\n description?: string;\n}\n\n@ObjectType()\nexport class AgentsResponse {\n @Field(() => [Agent])\n agents: Agent[];\n}\n"],"mappings":";;;;;;;AAGO,kBAAM,MAAM;2DACJ,OAAO;2DAGP,OAAO;2DAGP,OAAO;mEART;AAaN,2BAAM,eAAe;2DACb,CAAC,MAAM,CAAC;4EAFV"}