chore: Run pnpm format:fix.

This commit is contained in:
cpojer
2026-01-31 21:13:13 +09:00
parent dcc2de15a6
commit 8cab78abbc
624 changed files with 10729 additions and 7514 deletions

View File

@@ -40,15 +40,10 @@
},
"model": {
"type": "string",
"enum": [
"text-embedding-3-small",
"text-embedding-3-large"
]
"enum": ["text-embedding-3-small", "text-embedding-3-large"]
}
},
"required": [
"apiKey"
]
"required": ["apiKey"]
},
"dbPath": {
"type": "string"
@@ -60,8 +55,6 @@
"type": "boolean"
}
},
"required": [
"embedding"
]
"required": ["embedding"]
}
}