fix: add supportsNativeTools to OllamaExtendedModelInfo interface

This commit is contained in:
randomizedcoder dave.seddon.ca@gmail.com 2026-02-19 19:20:37 -08:00
parent f5b05e62c0
commit 4e5230d714

View file

@ -173,6 +173,7 @@ export interface OllamaExtendedModelInfo extends ModelInfo {
size?: number
quantizationLevel?: string
family?: string
supportsNativeTools?: boolean
}
export interface OllamaModelWithTools {