Feat: Add model id to ExeSql operator form. #1739 (#4333)

### What problem does this PR solve?

Feat: Add model id to ExeSql operator form. #1739

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-01-02 17:38:01 +08:00
committed by GitHub
parent 59a78408be
commit 5083d92998
3 changed files with 10 additions and 1 deletions

View File

@ -531,6 +531,7 @@ export const initialQWeatherValues = {
};
export const initialExeSqlValues = {
...initialLlmBaseValues,
db_type: 'mysql',
database: '',
username: '',