[**@isdk/ai-tool-llm-llamacpp**](../README.md)

***

[@isdk/ai-tool-llm-llamacpp](../globals.md) / AIOptionsMap

# Variable: AIOptionsMap

> `const` **AIOptionsMap**: `object`

Defined in: [packages/ai-tool-llm-llamacpp/src/options.ts:600](https://github.com/isdk/ai-tool-llm-llamacpp.js/blob/151b8bdfe7d8b8a8be547948f716da692b2f3c67/src/options.ts#L600)

## Type declaration

### content\_size

> **content\_size**: `string` = `'n_ctx'`

### max\_tokens

> **max\_tokens**: `string` = `'n_predict'`

#### response\_format.schema

> **schema**: `string` = `'json_schema'`

#### response\_format.type

> **type**: `string` = `'grammar_id'`

### stop\_words

> **stop\_words**: `string` = `'stop'`
