Skip to content

Commit 70863dc

Browse files
committed
Sync open source content 🐝 (from 4f882483f6cf168bda873bb8e59223b91ef6e417)
1 parent 4f6e41e commit 70863dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcp/building-servers/protocol-deep-dive.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ Here's what happened next:
468468
<Steps>
469469
{<h3>System prompt with tools and task</h3>}
470470

471-
Cline sent a completion request to the LLM. The request contained our prompt, a list of tools, and the tool schemas. You can see how Cline built this prompt in the Cline repository at [`src/core/prompts/system-prompt/generic-system-prompt.ts`](https://github.com/cline/cline/blob/main/src/core/prompts/system-prompt/generic-system-prompt.ts).
471+
Cline sent a completion request to the LLM. The request contained our prompt, a list of tools, and the tool schemas. You can see how Cline built this prompt in the Cline repository at [`src/core/prompts/system-prompt`](https://github.com/cline/cline/tree/main/src/core/prompts/system-prompt).
472472

473473
```mermaid
474474
sequenceDiagram

0 commit comments

Comments
 (0)