Skip to content

Commit d75de24

Browse files
committed
🐛 FIX: threads messages list
1 parent 54e55d8 commit d75de24

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/threads/threads.list.py renamed to examples/threads/threads.messages.list.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,9 @@ def main():
2121

2222
# List all threads
2323
try:
24-
threads = lb.threads.list()
24+
threads = lb.threads.messages.list(
25+
thread_id="3a958893-6175-4d96-9053-876ff1b37227"
26+
)
2527

2628
print(json.dumps(threads, indent=2))
2729

0 commit comments

Comments
 (0)