feat: comments

This commit is contained in:
martsforever
2026-04-04 20:32:30 +08:00
parent d94d880f6f
commit 2afe630c16
+2
View File
@@ -5,6 +5,8 @@ def next_thread_id():
return str(uuid.uuid4())
# 用于配置LangServe的add_routes函数的per_req_config_modifier参数
# 将请求中的config参数传递给Graph
async def PER_REQ_CONFIG_MODIFIER(config, request):
body = await request.json()
return {