MCPcopy
hub / github.com/OpenBMB/VoxCPM / validate_batch_args

Function validate_batch_args

src/voxcpm/cli.py:159–163  ·  view source on GitHub ↗
(args, parser)

Source from the content-addressed store, hash-verified

157
158
159def validate_batch_args(args, parser):
160 prompt_text = resolve_prompt_text(args, parser)
161 validate_prompt_related_args(args, parser, prompt_text)
162 validate_reference_support(args, parser)
163 return prompt_text
164
165
166# -----------------------------

Callers 1

cmd_batchFunction · 0.85

Calls 3

resolve_prompt_textFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…