> ## Documentation Index
> Fetch the complete documentation index at: https://docs.galileo.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# CreatePromptOptions

***

# Type Alias: CreatePromptOptions

```ts theme={null}
type CreatePromptOptions = ProjectScopeOptions & object;
```

Defined in: [src/types/prompt-template.types.ts](https://github.com/rungalileo/galileo-js/blob/main/src/types/prompt-template.types.ts)

## Type declaration

### ensureUniqueName?

```ts theme={null}
optional ensureUniqueName: boolean;
```

### name

```ts theme={null}
name: string;
```

### template

```ts theme={null}
template: Message[] | string;
```
