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

Function split_words

examples/run_examples.py:156–157  ·  view source on GitHub ↗
(value: str)

Source from the content-addressed store, hash-verified

154
155
156def split_words(value: str) -> list[str]:
157 return [entry for entry in value.split() if entry]
158
159
160def build_uv_run_command() -> list[str]:

Callers 1

build_uv_run_commandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected