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