> ## 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.

# RenderPromptTemplateOptions

***

# Type Alias: RenderPromptTemplateOptions

```ts theme={null}
type RenderPromptTemplateOptions = object;
```

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

## Properties

### data

```ts theme={null}
data:
  | DatasetData
  | StringData
  | string[]
  | string;
```

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

***

### limit?

```ts theme={null}
optional limit: number;
```

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

***

### startingToken?

```ts theme={null}
optional startingToken: number;
```

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

***

### template

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

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