Refactor: Standardize naming convention to camelCase (#14079)

### What problem does this PR solve?

Refactor: Standardize naming convention to camelCase

### Type of change

- [x] Refactoring
This commit is contained in:
chanx
2026-04-13 21:07:07 +08:00
committed by GitHub
parent 9a38af7cbf
commit 6ffa566ec3
13 changed files with 200 additions and 196 deletions

View File

@@ -494,7 +494,7 @@ export function useUploadAndParseFile() {
const { data } = await chatService.uploadAndParse(
{
url: api.upload_and_parse,
url: api.uploadAndParse,
signal: controller.current.signal,
data: formData,
onUploadProgress: ({ progress }) => {