We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b027d57 + abe64d3 commit a758c15Copy full SHA for a758c15
backend/pyproject.toml
@@ -35,7 +35,7 @@ dependencies = [
35
"oracledb (>=3.1.1,<4.0.0)",
36
"pyyaml (>=6.0.2,<7.0.0)",
37
"fastapi-mcp (>=0.3.4,<0.4.0)",
38
- "sqlbot-xpack==0.0.2",
+ "sqlbot-xpack==0.0.3",
39
]
40
[[tool.uv.index]]
41
name = "default"
frontend/src/views/chat/index.vue
@@ -29,7 +29,12 @@
29
<div class="logo">SQLBot</div>
30
<div>{{ t('qa.greeting') }}</div>
31
<div class="sub">{{ t('qa.description') }}</div>
32
- <el-button size="large" type="primary" @click="createNewChat">
+ <el-button
33
+ v-if="currentChatId === undefined"
34
+ size="large"
+ type="primary"
+ @click="createNewChat"
+ >
<el-icon>
<Plus />
</el-icon>
0 commit comments