Ask a question to get started
Enter to sendā¢Shift+Enter new line
Update metadata for an existing run context.
update_metadata( self, run_id: uuid.UUID, metadata: Dict[str, Any] ) -> Optional[RunContext]
run_id
uuid.UUID
Unique identifier for the run.
metadata
Dict[str, Any]
Metadata to merge into the existing context.