File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
examples/workflow/deterministic Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,7 @@ $ npm install -g @offline-ai/cli
211211$ ai COMMAND
212212running command...
213213$ ai (--version)
214- @offline-ai/cli/0.9.4 linux-x64 node-v20.18.0
214+ @offline-ai/cli/0.9.5 linux-x64 node-v20.18.0
215215$ ai --help [COMMAND]
216216USAGE
217217 $ ai COMMAND
@@ -441,7 +441,7 @@ EXAMPLES
441441 $ ai agent publish <agent-name>
442442```
443443
444- _ See code: [ src/commands/agent/index.ts] ( https://github.com/offline-ai/cli/blob/v0.9.4 /src/commands/agent/index.ts ) _
444+ _ See code: [ src/commands/agent/index.ts] ( https://github.com/offline-ai/cli/blob/v0.9.5 /src/commands/agent/index.ts ) _
445445
446446## ` ai autocomplete [SHELL] `
447447
Original file line number Diff line number Diff line change 1+ # ai run --no-chats examples/workflow/deterministic/ "{content: '美丽的童话 story outline'}" -P local://qwen2.5-7b-instruct.Q4_0
2+ # ai run --no-chats examples/workflow/deterministic/ "{content: '美丽的科幻 story outline'}" -P local://qwen2.5-7b-instruct.Q4_0
13---
24description : |-
35 This example demonstrates a deterministic flow, where each step is performed by an agent.
1315- -> story_outline(content) -> $set('outline') -> outline_checker(content)
1416- $if : " !LatestResult.good_quality"
1517 then :
16- - $ret : " The outline is not good quality"
18+ $ret : " The outline is not good quality"
1719- $if : " !LatestResult.is_scifi"
1820 then :
1921 - $ret : " The outline is not a scifi story"
You can’t perform that action at this time.
0 commit comments