Skip to content

agent-core / Exports / IProviderConfig

Interface: IProviderConfig

Provider configuration base interface

Indexable

▪ [key: string]: string | number | boolean | undefined

Table of contents

Properties

Properties

apiKey

Optional apiKey: string

Defined in

packages/agent-core/src/abstracts/abstract-ai-provider.ts:32


baseUrl

Optional baseUrl: string

Defined in

packages/agent-core/src/abstracts/abstract-ai-provider.ts:33


timeout

Optional timeout: number

Defined in

packages/agent-core/src/abstracts/abstract-ai-provider.ts:34

Released under the MIT License.