Skip to content

Home > llm-ops > InputValues

InputValues type

Signature:

typescript
export type InputValues = Record<string, any>;
export type InputValues = Record<string, any>;

Released under the MIT License.