Skip to content

Commit 57310e9

Browse files
committed
Update README to use tool calling terminology and refine introduction text
1 parent abe7650 commit 57310e9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ Code Web Chat (CWC) connects VS Code with 15+ free chatbots.
4141

4242
## Introduction
4343

44-
In the world of AI coding, agents like Codex or Claude Code rely on "function calling" (where the AI asks "the harness" to read a file, waits for the tool to respond, then reads another).
44+
In the world of AI coding, agents like Codex or Claude Code rely on "tool calling" (where the AI asks "the harness" to read a file, waits for the tool to respond, then reads another).
4545

4646
CWC flips this!
4747

48-
Here, context is managed by you, directly from the native file explorer so the model has everything it needs to generate accurate edits without a single tool call.
48+
Here, context is managed by you, directly from the native file explorer so the model has everything it needs without a single tool call.
4949

5050
> [!TIP]
5151
> Even if you're not sure what should be in context, the tool offers both 'intelligent' and static ways to find all the necessary files, including valuable examples.

0 commit comments

Comments
 (0)