mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
fix: add supportsNativeTools to OllamaExtendedModelInfo interface
This commit is contained in:
parent
f5b05e62c0
commit
4e5230d714
1 changed files with 1 additions and 0 deletions
|
|
@ -173,6 +173,7 @@ export interface OllamaExtendedModelInfo extends ModelInfo {
|
|||
size?: number
|
||||
quantizationLevel?: string
|
||||
family?: string
|
||||
supportsNativeTools?: boolean
|
||||
}
|
||||
|
||||
export interface OllamaModelWithTools {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue