From 133d96f2b262b870c64a2b702d9428a0d8dd8ad3 Mon Sep 17 00:00:00 2001 From: Kevin Lin Date: Wed, 21 Jan 2026 10:26:04 +0800 Subject: [PATCH] feat(ci): test action --- dashscope/app/application.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashscope/app/application.py b/dashscope/app/application.py index 78a77a0..901e895 100644 --- a/dashscope/app/application.py +++ b/dashscope/app/application.py @@ -81,7 +81,7 @@ def call( # type: ignore[override] Defaults to None. workspace(str, `optional`): Workspace for app completion call api_key (str, optional): The api api_key, can be None, - if None, will get by default rule(TODO: api key doc). + if None, will get by default rule messages(list): The generation messages. **kwargs: