UNPKG

@copilotkit/runtime

Version:

<div align="center"> <a href="https://copilotkit.ai" target="_blank"> <img src="https://github.com/copilotkit/copilotkit/raw/main/assets/banner.png" alt="CopilotKit Logo"> </a>

11 lines (8 loc) 188 B
import { Field, InputType } from "type-graphql"; @InputType() export class ContextPropertyInput { @Field(() => String) value: string; @Field(() => String) description: string; }