Ask a question to get started
Enter to send•Shift+Enter new line
Copy all checkpoints and writes from one thread to another.
copy_thread( self, source_thread_id: str, target_thread_id: str ) -> None
source_thread_id
str
The thread ID to copy from.
target_thread_id
The thread ID to copy to.