Ask a question to get started
Enter to send•Shift+Enter new line
Find threads whose IDs start with the given prefix.
find_similar_threads( thread_id: str, limit: int = 3, ) -> list[str]
thread_id
str
Prefix to match against thread IDs.
limit
int
3
Maximum number of matching threads to return.