Ask a question to get started
Enter to sendā¢Shift+Enter new line
output( self, ) -> dict[str, Any] | None
Drive the run to completion and return the final state.
Methods (not properties) on the async lane so run.output without await raises at type-check time instead of silently yielding a coroutine object.
run.output
await
Example:
output = await run.output()