Skip to content

Commit bc7ffb9

Browse files
committed
chore: return in response generated by
1 parent 9659106 commit bc7ffb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/ai/src/generate/response.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ export class GenerateResponse<O = unknown> implements ModelResponseData {
210210
custom: (this.custom as { toJSON?: () => any }).toJSON?.() || this.custom,
211211
request: this.request,
212212
operation: this.operation,
213+
raw: this.raw,
213214
};
214215
if (!out.finishMessage) delete out.finishMessage;
215216
if (!out.request) delete out.request;

0 commit comments

Comments
 (0)