Skip to content

Commit

Permalink
Remove next_warmhole property from warmhole examples in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWhiteWord committed Dec 23, 2024
1 parent 00b5c6d commit 00b061c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/Rdm_standards.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,6 @@ One-line overview
- description: "Warmhole description"
- state_transfer: ["state_variable1", "state_variable2"]
- condition: "{{condition}}"
- next_warmhole: "next_warmhole_name"
```
### Example: State-Aware Warmhole
Expand All @@ -158,7 +157,6 @@ One-line overview
- description: "Processes data and transfers state"
- state_transfer: ["data_path", "dataset_format"]
- condition: "{{system_state}} == 'processing'"
- next_warmhole: "data_analysis"
```
### LLM-Powered Warmhole Management
Expand Down

0 comments on commit 00b061c

Please sign in to comment.