Skip to content

Commit 66c6b9b

Browse files
committed
docs
1 parent 25c1e96 commit 66c6b9b

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

docs/features.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Chat is the main feature of ECA, allowing user to talk with LLM to behave like a
66

77
### Behaviors
88

9-
![](./images/chat-behaviors.png)
9+
![](./images/features/chat-behaviors.png)
1010

1111
Behavior affect the prompt passed to LLM and the tools to include, the current supported behaviors are:
1212

@@ -15,7 +15,7 @@ Behavior affect the prompt passed to LLM and the tools to include, the current s
1515

1616
### Tools
1717

18-
![](./images/tools.png)
18+
![](./images/features/tools.png)
1919

2020
ECA leverage tools to give more power to the LLM, this is the best way to make LLMs have more context about your codebase and behave like an agent.
2121
It supports both MCP server tools + ECA native tools.
@@ -44,7 +44,7 @@ Provides access to run shell commands, useful to run build tools, tests, and oth
4444

4545
### Contexts
4646

47-
![](./images/contexts.png)
47+
![](./images/features/contexts.png)
4848

4949
User can include contexts to the chat (`@`), including MCP resources, which can help LLM generate output with better quality.
5050
Here are the current supported contexts types:
@@ -62,7 +62,7 @@ You can ask ECA to create/update this file via `/init` command.
6262

6363
### Commands
6464

65-
![](./images/commands.png)
65+
![](./images/features/commands.png)
6666

6767
Eca supports commands that usually are triggered via shash (`/`) in the chat, completing in the chat will show the known commands which include ECA commands, MCP prompts and resources.
6868

images/features/chat-behaviors.png

5.42 KB
Loading

images/features/commands.png

30.8 KB
Loading

images/features/contexts.png

21.8 KB
Loading

images/features/tools.png

7.19 KB
Loading

0 commit comments

Comments
 (0)