feat: Add requested model to logs, enhance background task detection, and introduce AI SDK compatibility utilities.

This commit is contained in:
diegosouzapw
2026-03-23 11:08:14 -03:00
parent e003b17280
commit c34b3f41bd
58 changed files with 2290 additions and 241 deletions

View File

@@ -37,6 +37,7 @@ export interface ApiKeyMetadata {
accessSchedule?: AccessSchedule | null;
maxRequestsPerDay?: number | null;
maxRequestsPerMinute?: number | null;
maxSessions?: number | null;
}
/**