UNPKG

@tsailab/xai

Version:

The loto-xai is an openai nodejs sdk compatible extension library.

6 lines (5 loc) 158 B
export type InputValues<K extends string = string> = Record<K, any>; export interface ChatInputType { question: string; injectValues?: InputValues; }