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