Skip to content

Commit 34c8f46

Browse files
committed
Update lark_toolkit.py
1 parent 7adaa17 commit 34c8f46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

camel/toolkits/lark_toolkit.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,11 +373,11 @@ def lark_send_message(
373373
receive_id (str): The recipient identifier.
374374
text (str): The text message content.
375375
receive_id_type (str): The recipient ID type. Options:
376-
- "open_id" (default)
376+
- "open_id"
377377
- "user_id"
378378
- "union_id"
379379
- "email"
380-
- "chat_id"
380+
- "chat_id" (default)
381381
382382
Returns:
383383
Dict[str, object]: A dictionary containing:

0 commit comments

Comments
 (0)