mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-24 18:23:07 +08:00
chore: apply ruff E501 line-too-long linter rule (#8275)
Co-authored-by: -LAN- <laipz8200@outlook.com>
This commit is contained in:
@@ -72,7 +72,8 @@ class SendMessageTool(BuiltinTool):
|
||||
tool_parameters (Dict[str, Any]): The parameters required for sending the message.
|
||||
|
||||
Returns:
|
||||
Union[ToolInvokeMessage, List[ToolInvokeMessage]]: The result of invoking the tool, which includes the status of the message sending operation.
|
||||
Union[ToolInvokeMessage, List[ToolInvokeMessage]]: The result of invoking the tool,
|
||||
which includes the status of the message sending operation.
|
||||
"""
|
||||
|
||||
def _invoke(
|
||||
|
||||
Reference in New Issue
Block a user