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

AIAdapterConfig

Interface: AIAdapterConfig

Defined in: types.ts:815

Properties

apiKey?

ts
optional apiKey: string;
optional apiKey: string;

Defined in: types.ts:816


baseUrl?

ts
optional baseUrl: string;
optional baseUrl: string;

Defined in: types.ts:817


headers?

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

Defined in: types.ts:820


maxRetries?

ts
optional maxRetries: number;
optional maxRetries: number;

Defined in: types.ts:819


timeout?

ts
optional timeout: number;
optional timeout: number;

Defined in: types.ts:818