Commit e0ee4dc
committed
Fix misleading prefill docstring in _llm_runner.pyi
The old wording suggested calling generate("") after prefill, but
the Python API takes List[MultimodalInput] and the C++ runner
enforces a non-empty prompt. Updated to describe the correct
post-prefill pattern.
This PR was authored with the assistance of Claude.1 parent 6ab9e7c commit e0ee4dc
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
479 | 479 | | |
480 | 480 | | |
481 | 481 | | |
482 | | - | |
483 | | - | |
| 482 | + | |
| 483 | + | |
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
| |||
0 commit comments