Skip to content

ChatRequestOptions

Defined in: types.ts:224

Chat request options.

optional body: Record<string, unknown>

Defined in: types.ts:228

Request body extras


optional data: Record<string, string>

Defined in: types.ts:230

Data to send


optional headers: Record<string, string>

Defined in: types.ts:226

Request headers


optional tools: Record<string, Tool>

Defined in: types.ts:232

Tools to use