UNPKG

@earendil-works/pi-coding-agent

Version:

Coding agent CLI with read, bash, edit, write tools and session management

9 lines 338 B
/** * List available models with optional fuzzy search */ import type { ModelRuntime } from "../core/model-runtime.ts"; /** * List available models, optionally filtered by search pattern */ export declare function listModels(modelRuntime: ModelRuntime, searchPattern?: string): Promise<void>; //# sourceMappingURL=list-models.d.ts.map