(**kwargs: Any)
| 448 | |
| 449 | |
| 450 | def run_self_reflection(**kwargs: Any) -> SelfReflectionResult: |
| 451 | return asyncio.run(run_self_reflection_async(**kwargs)) |
| 452 | |
| 453 | |
| 454 | # --------------------------------------------------------------------------- |
no test coverage detected