Skip to content

Commit 0e760a0

Browse files
committed
Update README.md to refine prompt type descriptions and expand documentation content
1 parent c7affd8 commit 0e760a0

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Code Web Chat (CWC) is a free and open-source, privacy-first **AI coding toolkit
4343

4444
In the world of AI coding, agents like Claude Code or Codex rely on "Function Calling" (where the AI asks "the harness" to read a file, waits for the tool to respond, then reads another). CWC flips this! By providing files upfront the model is guided in the right direction from the start, so you can save time and tokens!
4545

46-
**CWC constructs zero-overhead, XML-formatted prompts, such like:**
46+
CWC's prompt types are zero-overhead (click to expand):
4747

4848
<details>
4949
<summary>Edit context</summary>
@@ -81,18 +81,6 @@ In the world of AI coding, agents like Claude Code or Codex rely on "Function Ca
8181

8282
</details>
8383

84-
<details>
85-
<summary>Find relevant files</summary>
86-
87-
```
88-
<files>[current file tree selection]</files>
89-
<system>[response format instructions]</system>
90-
Find all files building modules of the following task's scope:
91-
[user-typed prompt]
92-
```
93-
94-
</details>
95-
9684
## Prompt caching
9785

9886
When working with CWC, it's natural to start new chats (send fresh messages) instead of continuing a long conversation. With context files ordered based on update and selection recency, **[prompt caching](https://developers.openai.com/api/docs/guides/prompt-caching) is effectively utilized across tasks**.

0 commit comments

Comments
 (0)