Ask a question to get started
Enter to sendā¢Shift+Enter new line
Registers a run and returns its trace ID.
If parent_run_id is provided, the run is associated with the parent's trace. Otherwise, a new trace is started with this run as the root.
register_run( self, run_id: uuid.UUID, parent_run_id: uuid.UUID | None = None ) -> str