MCPcopy Index your code
hub / github.com/GuDaStudio/GrokSearch / _split_csv

Function _split_csv

src/grok_search/planning.py:89–90  ·  view source on GitHub ↗
(value: str)

Source from the content-addressed store, hash-verified

87
88
89def _split_csv(value: str) -> list[str]:
90 return [s.strip() for s in value.split(",") if s.strip()] if value else []
91
92
93class PhaseRecord(BaseModel):

Callers 3

plan_intentFunction · 0.85
plan_sub_queryFunction · 0.85
plan_executionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected