Skip to content

Commit 78024b1

Browse files
CyningMMcursoragent
andcommitted
fix(tech-graph): manifest 登记 GET /api/py/chat/suggested-questions
对齐 api/index.py chat_suggested_questions,修复 manifest_check CI。 Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent cebc8bd commit 78024b1

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/_tech_graph/_manifest.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,15 @@
5252
"symbol": "chat_history"
5353
}
5454
},
55+
{
56+
"method": "GET",
57+
"path": "/api/py/chat/suggested-questions",
58+
"handler": "chat_suggested_questions",
59+
"anchor": {
60+
"path": "api/index.py",
61+
"symbol": "chat_suggested_questions"
62+
}
63+
},
5564
{
5665
"method": "POST",
5766
"path": "/api/py/chain/chat",

0 commit comments

Comments
 (0)