Skip to content

Commit 62481a4

Browse files
authored
Merge pull request #2095 from G4brym/fix-ai-binding-logs-property
Fix ai binding logs property
2 parents 5c263c1 + 232e061 commit 62481a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/cloudflare/internal/ai-api.ts

+5
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@ export class InferenceUpstreamError extends Error {
3030
export class Ai {
3131
private readonly fetcher: Fetcher
3232

33+
/*
34+
* @deprecated this option is deprecated, do not use this
35+
*/
36+
// @ts-expect-error this option is deprecated, do not use this
37+
private logs: Array<string> = [];
3338
private options: AiOptions = {};
3439
public lastRequestId: string | null = null;
3540

0 commit comments

Comments
 (0)