# Interface: PromptContext

Context passed to `baseSystemPrompt` callbacks.

## Properties[​](#properties "Direct link to Properties")

### agentName[​](#agentname "Direct link to agentName")

```ts
agentName: string;

```

***

### pluginNames[​](#pluginnames "Direct link to pluginNames")

```ts
pluginNames: string[];

```

***

### toolNames[​](#toolnames "Direct link to toolNames")

```ts
toolNames: string[];

```
