Skip to content

Commit 9141e1d

Browse files
committed
fix merge conflict
1 parent 133f03a commit 9141e1d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

public/examples/integrations/toolkits/slack/get_members_in_conversation_by_id_example_call_tool.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33

44
client = Arcade() # Automatically finds the `ARCADE_API_KEY` env variable
55

6-
<<<<<<< HEAD
7-
USER_ID = "user@example.com" # Unique identifier for your user (email, UUID, etc.)
8-
=======
96
USER_ID = "{arcade_user_id}"
10-
>>>>>>> main
117
TOOL_NAME = "Slack.GetMembersInConversationById"
128

139
auth_response = client.tools.authorize(tool_name=TOOL_NAME)

0 commit comments

Comments
 (0)