PostHogFetchResponseView in referenceExample valuesTypeScriptPostHog AI{ status: number; text: () => Promise<string>; json: () => Promise<any>; headers?: { get(name: string): string | null; }; body?: ReadableStream<Uint8Array> | null;}Community questionsAsk a question