Skip to content

Commit

Permalink
fix indenting in example conditional_workflow.yaml (#170)
Browse files Browse the repository at this point in the history
Signed-off-by: Paul S. Schweigert <[email protected]>
  • Loading branch information
psschwei authored Feb 4, 2025
1 parent 40b4c6c commit 1da99e4
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions test/examples/condition_workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@ spec:
agents:
- name: expert
- name: colleague
prompt: Tell me a joke about IBM
steps:
- name: expert
agent: expert
condition:
- default:
do: colleague
- name: colleague
agent: colleague
condition:
- if: (input.find('funnier') != -1)
then: expert
else: end
- name: end
prompt: Tell me a joke about IBM
steps:
- name: expert
agent: expert
condition:
- default:
do: colleague
- name: colleague
agent: colleague
condition:
- if: (input.find('funnier') != -1)
then: expert
else: end
- name: end

0 comments on commit 1da99e4

Please sign in to comment.