Skip to content

Commit c90f9cb

Browse files
committed
updating workspace
1 parent 37a1017 commit c90f9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/conversation_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
version='2016-05-09')
99

1010
# replace with your own workspace_id
11-
workspace_id = '25dfa8a0-0263-471b-8980-317e68c30488'
11+
workspace_id = '293b58fc-3c5b-4ac5-a8f4-8d52c393d875'
1212

1313
response = conversation.message(workspace_id=workspace_id, message_input={'text': 'What\'s the weather like?'})
1414
print(json.dumps(response, indent=2))

0 commit comments

Comments
 (0)