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