Skip to content

@ralphschuler.ai function caller.index.<internal>.RunnerOptions

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: RunnerOptions

index.<internal>.RunnerOptions

Hierarchy

Table of contents

Properties

Properties

__binaryResponse

Optional __binaryResponse: boolean

Inherited from

Core.RequestOptions.__binaryResponse

Defined in

node_modules/openai/core.d.ts:193


body

Optional body: Readable | Record<string, unknown>

Inherited from

Core.RequestOptions.body

Defined in

node_modules/openai/core.d.ts:185


headers

Optional headers: Headers

Inherited from

Core.RequestOptions.headers

Defined in

node_modules/openai/core.d.ts:186


httpAgent

Optional httpAgent: Agent

Inherited from

Core.RequestOptions.httpAgent

Defined in

node_modules/openai/core.d.ts:190


idempotencyKey

Optional idempotencyKey: string

Inherited from

Core.RequestOptions.idempotencyKey

Defined in

node_modules/openai/core.d.ts:192


maxChatCompletions

Optional maxChatCompletions: number

How many requests to make before canceling. Default 10.

Defined in

node_modules/openai/lib/AbstractChatCompletionRunner.d.ts:11


maxRetries

Optional maxRetries: number

Inherited from

Core.RequestOptions.maxRetries

Defined in

node_modules/openai/core.d.ts:187


method

Optional method: HTTPMethod

Inherited from

Core.RequestOptions.method

Defined in

node_modules/openai/core.d.ts:182


path

Optional path: string

Inherited from

Core.RequestOptions.path

Defined in

node_modules/openai/core.d.ts:183


query

Optional query: Readable | Record<string, unknown>

Inherited from

Core.RequestOptions.query

Defined in

node_modules/openai/core.d.ts:184


signal

Optional signal: null | AbortSignal

Inherited from

Core.RequestOptions.signal

Defined in

node_modules/openai/core.d.ts:191


stream

Optional stream: boolean

Inherited from

Core.RequestOptions.stream

Defined in

node_modules/openai/core.d.ts:188


timeout

Optional timeout: number

Inherited from

Core.RequestOptions.timeout

Defined in

node_modules/openai/core.d.ts:189

Typescript Libraries

Modules

Namespaces

Clone this wiki locally