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;" />

13 lines (12 loc) 367 B
//#region src/v1-deprecated/graphql/inputs/forwarded-parameters.input.d.ts declare class ForwardedParametersInput { model?: string; maxTokens?: number; stop?: string[]; toolChoice?: string; toolChoiceFunctionName?: string; temperature?: number; } //#endregion export { ForwardedParametersInput }; //# sourceMappingURL=forwarded-parameters.input.d.mts.map