jan/web/types/model.d.ts
2025-03-31 20:22:45 +07:00

11 lines
183 B
TypeScript

/**
* ModelParams types
*/
export type ModelParams = ModelRuntimeParams | ModelSettingParams
export type ModelTool = {
name: string
description: string
inputSchema: string
}