Skip to content

Commit

Permalink
Prompt engineering updates (#41518)
Browse files Browse the repository at this point in the history
Prompt engineering edits

---------

Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com>
  • Loading branch information
alexwolfmsft and gewarren committed Jun 21, 2024
1 parent f83f64c commit 447a5a3
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 99 deletions.
2 changes: 1 addition & 1 deletion docs/ai/conceptual/agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Each agent has three core building blocks: a persona, plugins, and planners.

### Personas

An agent's persona is its identity: any plugins and planners that the agent uses are tools, but the persona determines how it uses those tools. You use [instructions](prompt-engineering-dotnet.md#use-instructions-to-tell-the-model-what-to-do) in a prompt to establish an agent's persona.
An agent's persona is its identity: any plugins and planners that the agent uses are tools, but the persona determines how it uses those tools. You use [instructions](prompt-engineering-dotnet.md#use-instructions-to-improve-the-completion) in a prompt to establish an agent's persona.

For example, you can use instructions to tell an agent that it is helping people manage emails, and to explain its decisions as it makes them. Your prompt might look something like this:

Expand Down
Loading

0 comments on commit 447a5a3

Please sign in to comment.