Ask a question to get started
Enter to sendā¢Shift+Enter new line
Flush the tracker and setup the session.
Everything after this will be a new table.
flush_tracker( self, name: Optional[str] = None, langchain_asset: Any = None, finish: bool = False ) -> None
name
Optional[str]
None
Name of the performed session so far so it is identifiable
langchain_asset
Any
The langchain asset to save.
finish
bool
False
Whether to finish the run.
Returns
unknown