Skip to content

Commit d3b0602

Browse files
committed
docs
1 parent 07dacbe commit d3b0602

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Chat
44

5-
Chat is the main feature of ECA, allowing LLM to behave like a chat, answering questions, or agent, making changes using tools.
5+
Chat is the main feature of ECA, allowing user to talk with LLM to behave like an agent, making changes using tools or just planning changes and next steps.
66

77
### Tools
88

docs/protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ interface ClientCapabilities {
133133
}
134134
}
135135

136-
type ChatBehavior = 'agent' | 'chat';
136+
type ChatBehavior = 'agent' | 'plan';
137137
```
138138

139139
_Response:_

0 commit comments

Comments
 (0)