(action: dict[str, Any])
| 69 | |
| 70 | |
| 71 | def _python_action_text(action: dict[str, Any]) -> str: |
| 72 | return str(action.get("python_code") or "").strip() |
| 73 | |
| 74 | |
| 75 | def _markdown_code_fence_language(*, bash_command_text: str, python_code_text: str) -> str: |
no outgoing calls
no test coverage detected