Skip to content

Commit 6b87f9b

Browse files
committed
feat(AssistantV2): add support for list logs and delete user data
1 parent 83370b7 commit 6b87f9b

File tree

2 files changed

+568
-25
lines changed

2 files changed

+568
-25
lines changed

examples/assistant_v2.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,8 @@
3131
}
3232
}).get_result()
3333
print(json.dumps(message, indent=2))
34+
35+
# logs = assistant.list_logs(
36+
# "<YOUR ASSISTANT ID>"
37+
# )
38+
# print(json.dumps(logs, indent=2))

0 commit comments

Comments
 (0)