We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f206b8b commit 90f263cCopy full SHA for 90f263c
src/server/util/azure/ResponsesAPI.ts
@@ -72,6 +72,7 @@ export class ResponsesClient {
72
stream: true,
73
tools: this.tools,
74
tool_choice: 'auto',
75
+ store: true,
76
})
77
} catch (error: any) {
78
logger.error(error)
0 commit comments