Skip to content

Commit

Permalink
minor update for inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengfeiwang committed Apr 25, 2024
1 parent c6a507e commit 0c975c2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ python path/to/entry.py
User can also leverage promptflow to test the class as a `flow`.

```bash
pf flow test --flow file:ChatFlow --init init.json --inputs "question=What is ChatGPT?"
pf flow test --flow file:ChatFlow --init init.json --inputs question="What is ChatGPT?"
```

With the `flow` concept, user can further do a rich set of tasks, like:
Expand Down

0 comments on commit 0c975c2

Please sign in to comment.