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 27e95a3 commit 0d05d56Copy full SHA for 0d05d56
packages/compass-assistant/src/docs-provider-transport.ts
@@ -73,6 +73,7 @@ export class DocsProviderTransport implements ChatTransport<AssistantMessage> {
73
},
74
providerOptions: {
75
openai: {
76
+ store: false,
77
// If the last message has custom instructions, use them instead of the default
78
instructions: lastMessage.metadata?.instructions ?? this.instructions,
79
0 commit comments