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 618 B
{"version":3,"file":"agents-response.type.mjs","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;YAChB,YAAY,OAAO;YAGnB,YAAY,OAAO;YAGnB,YAAY,OAAO;oBARrB,YAAY;AAaN,2BAAM,eAAe;YACzB,YAAY,CAAC,MAAM,CAAC;6BAFtB,YAAY"}