MCPcopy Create free account
hub / github.com/openai/openai-agents-python / format_command

Function format_command

examples/run_examples.py:543–544  ·  view source on GitHub ↗
(cmd: Sequence[str])

Source from the content-addressed store, hash-verified

541
542
543def format_command(cmd: Sequence[str]) -> str:
544 return shlex.join(cmd)
545
546
547def display_path(path: Path) -> str:

Callers 1

run_examplesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected