jan/web/types/model.d.ts
2025-05-15 17:10:20 +07:00

11 lines
183 B
TypeScript

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