@mariozechner/pi-coding-agent
Version:
Coding agent CLI with read, bash, edit, write tools and session management
9 lines • 342 B
TypeScript
/**
* List available models with optional fuzzy search
*/
import type { ModelRegistry } from "../core/model-registry.js";
/**
* List available models, optionally filtered by search pattern
*/
export declare function listModels(modelRegistry: ModelRegistry, searchPattern?: string): Promise<void>;
//# sourceMappingURL=list-models.d.ts.map