embedding in websites support initializes to specify the conversation_id (#18602)

This commit is contained in:
Junjie.M
2025-04-23 16:48:45 +08:00
committed by GitHub
parent 205535c8e9
commit d5fe50e471
2 changed files with 6 additions and 2 deletions

View File

@@ -48,6 +48,7 @@ const OPTION_MAP = {
: ''},
systemVariables: {
// user_id: 'YOU CAN DEFINE USER ID HERE',
// conversation_id: 'YOU CAN DEFINE CONVERSATION ID HERE, IT MUST BE A VALID UUID',
},
}
</script>