59df2f6856
Update error handling and improve streaming capabilities in the Ollama client and related components. Key changes include: - Simplify error types and improve error handling - Refactor streaming logic to use async generators - Update tool execution and vault indexing - Improve utility functions and types - Update test files to reflect changes
20 lines
333 B
Plaintext
Executable File
20 lines
333 B
Plaintext
Executable File
{
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"printWidth": 100,
|
|
"tabWidth": 2,
|
|
"trailingComma": "es5",
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": false,
|
|
"arrowParens": "always",
|
|
"endOfLine": "auto",
|
|
"overrides": [
|
|
{
|
|
"files": "*.{md,markdown}",
|
|
"options": {
|
|
"printWidth": 80
|
|
}
|
|
}
|
|
]
|
|
}
|