Skip to content

agent-provider-openai / Exports

agent-provider-openai

Table of contents

Classes

Interfaces

Type Aliases

Type Aliases

TOpenAIProviderOptionValue

Ƭ TOpenAIProviderOptionValue: string | number | boolean | undefined | null | OpenAI | IPayloadLogger | ILogger | IExecutor | TProviderOptionValueBase | TOpenAIProviderOptionValue[] | { [key: string]: TOpenAIProviderOptionValue; }

Valid provider option value types

Defined in

agent-provider-openai/src/types.ts:9

Released under the MIT License.