cache retry doc
This commit is contained in:
parent
425c3002c4
commit
397a5bdc8b
|
|
@ -54,8 +54,8 @@ def call_llm(prompt):
|
|||
```
|
||||
|
||||
> ⚠️ Caching conflicts with Node retries, as retries yield the same result.
|
||||
|
||||
To address this, you could use cached results only if not retried.
|
||||
>
|
||||
> To address this, you could use cached results only if not retried.
|
||||
{: .warning }
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue