Skip to content

core / Exports / RunOptions

Interface: RunOptions

Run options interface

Table of contents

Properties

Properties

systemPrompt

Optional systemPrompt: string

Defined in

types.ts:16


functionCallMode

Optional functionCallMode: string

Defined in

types.ts:17


forcedFunction

Optional forcedFunction: string

Defined in

types.ts:18


forcedArguments

Optional forcedArguments: Record<string, unknown>

Defined in

types.ts:19


temperature

Optional temperature: number

Defined in

types.ts:20


maxTokens

Optional maxTokens: number

Defined in

types.ts:21

Released under the MIT License.