Skip to content

Commit d543c7f

Browse files
Cyning12CyningMMcursoragent
authored
feat(chat): 推荐问法 API 追加 Text2SQL 示例问句 (#116)
GET /api/py/chat/suggested-questions 在 RAG 五问后增加两条查表示例, 与 portfolio visitor Text2SQL 演示一致。 Co-authored-by: cyning <cyning12@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent c72aeb3 commit d543c7f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

api/index.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,6 +1155,8 @@ def chat_suggested_questions() -> JSONResponse:
11551155
"冷/温/热 和 架构三层 区别?",
11561156
"简单介绍下刘新宁",
11571157
"AI Ink Brain 的架构是怎样的",
1158+
"统计 agent_info 表里有多少条数据",
1159+
"按日期统计最近 7 天的订单数量",
11581160
],
11591161
}
11601162
)

0 commit comments

Comments
 (0)