chore(core.provider): 补充Dify.text_chat_stream的参数类型

This commit is contained in:
Dt8333
2025-11-07 15:13:27 +08:00
parent c14f49f59b
commit 4ae7d2972c

View File

@@ -197,7 +197,7 @@ class ProviderDify(Provider):
async def text_chat_stream(
self,
prompt,
prompt: str,
session_id=None,
image_urls=...,
func_tool=None,