Skip to content

Commit 1ee55eb

Browse files
committed
docs: add warning message in quick start guide
1 parent 255be9f commit 1ee55eb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

docs/quick_start.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,6 +294,10 @@ Set the environment variables using the provided link:
294294

295295
Use the provided link to monitor your job and view detailed traces.
296296

297+
/// warning
298+
When using invoke, ensure agents don’t unintentionally invoke themselves in a loop. Use clear process names and implement safeguards like exit conditions to prevent recursion issues.
299+
///
300+
297301
<picture data-light="../quick_start_images/invoke_output_light.png" data-dark="../quick_start_images/invoke_output_dark.png">
298302
<source
299303
media="(prefers-color-scheme: dark)"

0 commit comments

Comments
 (0)