@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 • 497 B
Source Map (JSON)
{"version":3,"file":"agent-state.input.cjs","names":[],"sources":["../../../src/graphql/inputs/agent-state.input.ts"],"sourcesContent":["import { Field, InputType } from \"type-graphql\";\n\n@InputType()\nexport class AgentStateInput {\n @Field(() => String)\n agentName: string;\n\n @Field(() => String)\n state: string;\n\n @Field(() => String, { nullable: true })\n config?: string;\n}\n"],"mappings":";;;;;;;AAGO,4BAAM,gBAAgB;2DACd,OAAO;2DAGP,OAAO;2DAGP,QAAQ,EAAE,UAAU,MAAM,CAAC;4EAR9B"}