Skip to content

Commit 0d05d56

Browse files
authored
chore(compass-assistant): add store=false to assistant (#7436)
1 parent 27e95a3 commit 0d05d56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/compass-assistant/src/docs-provider-transport.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export class DocsProviderTransport implements ChatTransport<AssistantMessage> {
7373
},
7474
providerOptions: {
7575
openai: {
76+
store: false,
7677
// If the last message has custom instructions, use them instead of the default
7778
instructions: lastMessage.metadata?.instructions ?? this.instructions,
7879
},

0 commit comments

Comments
 (0)