mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-28 19:58:11 +08:00
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:
@@ -3,12 +3,12 @@ import registerServer from '@/utils/register-server';
|
||||
import request from '@/utils/request';
|
||||
|
||||
const {
|
||||
llm_tools
|
||||
llmTools
|
||||
} = api;
|
||||
|
||||
const methods = {
|
||||
getLlmTools: {
|
||||
url: llm_tools,
|
||||
url: llmTools,
|
||||
method: 'get',
|
||||
},
|
||||
} as const;
|
||||
|
||||
Reference in New Issue
Block a user