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>

9 lines (7 loc) 235 B
import { Field, InputType } from "type-graphql"; import { GuardrailsInput } from "./cloud-guardrails.input"; @InputType() export class CloudInput { @Field(() => GuardrailsInput, { nullable: true }) guardrails?: GuardrailsInput; }