We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c263c1 + 232e061 commit 62481a4Copy full SHA for 62481a4
src/cloudflare/internal/ai-api.ts
@@ -30,6 +30,11 @@ export class InferenceUpstreamError extends Error {
30
export class Ai {
31
private readonly fetcher: Fetcher
32
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> = [];
38
private options: AiOptions = {};
39
public lastRequestId: string | null = null;
40
0 commit comments