Skip to content

Commit 2c2b636

Browse files
committed
fixes typo
1 parent 94aeb7b commit 2c2b636

File tree

1 file changed

+1
-1
lines changed
  • src/app/docs/kagent/getting-started/system-prompts

1 file changed

+1
-1
lines changed

src/app/docs/kagent/getting-started/system-prompts/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ This will work with any resource yaml manifest, or link to a file containing the
8989
It will also work with individual resource names, or a list of resource names.
9090
```
9191

92-
Ok, now we have a much better prompt. The agent will now better understand how and when to use the tools, in response to it's own internal queries, or user prompts.
92+
Ok, now we have a much better prompt. The agent will now better understand how and when to use the tools, in response to its own internal queries, or user prompts.
9393

9494
We can still do better. One major thing that was left out of the above prompt is the agent's behavior. LLMs are statistical models that output the most likely next token, this means that being explicit about the agent's behavior makes it more likely that the agent will behave as expected.
9595

0 commit comments

Comments
 (0)