Skip to content

Commit 7f53001

Browse files
committed
0.3.2
1 parent 716dbc8 commit 7f53001

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Workflow behaviour can be modified with a plugin.
8686
### 🔠 Blocks
8787
Manage a collection of nestable blocks available to use in any workflow,
8888
allowing reusability and consistency across multiple agents.<br>
89-
You can use blocks in text by using the block name in double curly braces, e.g. `{{Text}}`.
89+
You can use blocks in text by using the block name in curly braces, e.g. `{block-name}`.
9090
- **Text** - A simple text block that can nest other blocks.
9191
- **Code** - A code block that is executed and gets the output.
9292
- **Prompt** - A prompt block that gets an LLM response.
@@ -97,6 +97,8 @@ Create, edit and delete tools, configure their parameters, code, language and en
9797
Tools can be added to an Agent or used individually as a workflow component.<br>
9898

9999
### 🪄 AI Generation
100+
Various aspects of Agent Pilot use AI to enhance the user experience, including:
101+
- **Text input** - An AI generated prompt replaces the user's input.
100102

101103
### 🔌 Plugins
102104
Agent Pilot supports the following plugins:

0 commit comments

Comments
 (0)