Skip to content

Commit bf3e1ad

Browse files
committed
docs: minor changes
1 parent c99e9ed commit bf3e1ad

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ $ npm install -g @offline-ai/cli
211211
$ ai COMMAND
212212
running 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]
216216
USAGE
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

examples/workflow/deterministic/deterministic.ai.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
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
---
24
description: |-
35
This example demonstrates a deterministic flow, where each step is performed by an agent.
@@ -13,7 +15,7 @@ input:
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"

0 commit comments

Comments
 (0)