Documentation
Framework
Version
Class References
Function References
Interface References
Type Alias References
Variable References

AIAdapterConfig

Interface: AIAdapterConfig

Defined in: types.ts:734

Properties

apiKey?

ts
optional apiKey: string;
optional apiKey: string;

Defined in: types.ts:735


baseUrl?

ts
optional baseUrl: string;
optional baseUrl: string;

Defined in: types.ts:736


headers?

ts
optional headers: Record<string, string>;
optional headers: Record<string, string>;

Defined in: types.ts:739


maxRetries?

ts
optional maxRetries: number;
optional maxRetries: number;

Defined in: types.ts:738


timeout?

ts
optional timeout: number;
optional timeout: number;

Defined in: types.ts:737