Skip to content

Commit

Permalink
Docs for system prompts
Browse files Browse the repository at this point in the history
  • Loading branch information
arturl committed Oct 9, 2024
1 parent f0f8b82 commit 2807e1f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions content/docs/pulumi-cloud/copilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ Pulumi Copilot enables these use cases via the following:

* Through the use of new skills, Pulumi Copilot can access cloud metadata in real time in AWS, Azure, Kubernetes, and more, allowing it to join Pulumi’s IaC world view with information about usage, costs, and more – as well as infrastructure not yet under the management of Pulumi.

#### Customization via system prompts

* System Prompts allow organization administrators to set default preferences and guidelines for Pulumi Copilot. By configuring these prompts, you can tailor Pulumi Copilot’s behavior to better suit your team’s needs and policies.

## Frequently Asked Questions

### What model does Pulumi Copilot use?
Expand Down Expand Up @@ -76,6 +80,18 @@ We store conversation data, similar to all other product metrics logging in Pulu

Pulumi Copilot is off by default at public beta launch. Organization admins can turn it on by navigating to organization __Settings > Access Management > Pulumi Copilot__. You can make it available for all members, just admins or no one in your organization. It can be turned off at any point.

### How to author Organization system prompts

1. Log in to Pulumi Cloud and navigate to your organization’s settings in the left hand navigation.
2. Under the settings menu, select "Access Management".
3. In the Copilot section, you’ll find the edit box titled "Organization system prompts".

The best way to author the prompts is to specify your organization's rules and preferences in a conversational style. For example, if you want Copilot to generate code in Python, you can write it like this:

`Our organization prefers Python.`

You can add other prompts to specify the default cloud provider, compliance guidelines and so on.

### How can I report bugs or provide feedback about Pulumi Copilot?

You can respond “/bug” in the chat and it will be logged to provide us feedback on response quality.

0 comments on commit 2807e1f

Please sign in to comment.