Use runtime agent id
cgen-951949c4069e4f4f8ad9bc8679a87271
This commit is contained in:
parent
b6283d51d4
commit
e1679da82c
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ const embedSkipAgent = async () => {
|
|||
}
|
||||
|
||||
try {
|
||||
await window.SkipAgent.embed(SKIP_AGENT_ID, SKIP_AGENT_EMBED_OPTIONS);
|
||||
await window.SkipAgent.embed(getAgentId(), SKIP_AGENT_EMBED_OPTIONS);
|
||||
if (!shouldEnableSkipAgent) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue