Commit 7a8e705
[docs]: rm incorrect example about parameterized agent workflow (#1371)
great catch from @loic-carbonne
# why
- currently it is not possible to rerun a cached agent run with a
different prompt
- therefore, this docs example is misleading
# what changed
- removed misleading example
<!-- This is an auto-generated description by cubic. -->
---
## Summary by cubic
Removed the incorrect docs example that suggested cached agent workflows
can be reused with different inputs. This aligns the deterministic agent
page with current behavior where each instruction generates a new cache
key, so runs cannot be rerun with a different prompt.
<sup>Written for commit 4908805.
Summary will update automatically on new commits.</sup>
<!-- End of auto-generated description by cubic. -->
Co-authored-by: Loïc Carbonne <loic.carbonne.mail@gmail.com>1 parent 0e24d23 commit 7a8e705
1 file changed
+1
-38
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
305 | | - | |
306 | | - | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | | - | |
312 | | - | |
313 | | - | |
314 | | - | |
315 | | - | |
316 | | - | |
317 | | - | |
318 | | - | |
319 | | - | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | | - | |
339 | | - | |
340 | | - | |
341 | | - | |
| 304 | + | |
342 | 305 | | |
343 | 306 | | |
344 | 307 | | |
| |||
0 commit comments