Skip to content

Commit

Permalink
thread test
Browse files Browse the repository at this point in the history
  • Loading branch information
genekogan committed Jan 8, 2025
1 parent f6b619c commit 842a597
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/test_thread.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import json
from eve.thread import Thread
from eve.llm import title_thread

def test_title_thread():
"""Pytest entry point"""

thread = Thread.from_mongo("67660123b01077573b056e33")
results = title_thread(thread=thread)

print(json.dumps(results, indent=2))

0 comments on commit 842a597

Please sign in to comment.