| 41 | import { NativeOllamaHandler } from "./providers/native-ollama" |
| 42 | |
| 43 | export interface SingleCompletionHandler { |
| 44 | completePrompt(prompt: string): Promise<string> |
| 45 | } |
| 46 | |
| 47 | export interface ApiHandlerCreateMessageMetadata { |
| 48 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected