Skip to content

Commit 939e61d

Browse files
committed
feat: tweak session start parameters
1 parent 606d0d6 commit 939e61d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/client.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,11 @@ export default class AgentApiClient {
125125
instanceConfig: {
126126
endpoint: this.#config.instanceUrl
127127
},
128+
featureSupport: 'Streaming',
128129
streamingCapabilities: {
129130
chunkTypes: ['Text']
130-
}
131+
},
132+
bypassUser: true
131133
});
132134

133135
const headers = this.#getHeadersWithAuth();

0 commit comments

Comments
 (0)