Commit bd8dfef
docs: correct two inaccurate FAQ answers verified against official docs
Q1 (tool calling): the previous answer implied a single one-shot forward.
Open WebUI actually re-invokes the pipe iteratively after each tool
execution, appending role:tool messages to the thread each round.
Q2 (FREE_ONLY): removed the google/gemma-* and qwen/qwen3-* examples,
which are now incorrect — those models carry an explicit :free suffix.
The two-pass detection logic (suffix check + pricing fields) is unchanged.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent a99832e commit bd8dfef
1 file changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
299 | | - | |
300 | | - | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
301 | 303 | | |
302 | 304 | | |
303 | 305 | | |
304 | 306 | | |
305 | | - | |
306 | | - | |
307 | | - | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
308 | 311 | | |
309 | 312 | | |
310 | 313 | | |
| |||
0 commit comments