We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac027e commit 6667d22Copy full SHA for 6667d22
app/en/home/build-tools/retry-tools-with-improved-prompt/page.mdx
@@ -28,9 +28,9 @@ from typing import Annotated
28
29
from slack_sdk import WebClient
30
31
-from arcade_tdk.errors import RetryableToolError
32
-from arcade_tdk import ToolContext, tool
33
-from arcade_tdk.auth import Slack
+from arcade_core.errors import RetryableToolError
+from arcade_mcp_server import Context, tool
+from arcade_mcp_server.auth import Slack
34
35
36
@tool(
@@ -44,7 +44,7 @@ from arcade_tdk.auth import Slack
44
)
45
46
def send_dm_to_user(
47
- context: ToolContext,
+ context: Context,
48
user_name: Annotated[
49
str,
50
"The Slack username of the person you want to message. Slack usernames are ALWAYS lowercase.",
0 commit comments