fix: call checkOrSetAccessToken when app access mode is PUBLIC (#23195)

Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
NFish
2025-07-31 14:18:54 +08:00
committed by GitHub
parent 5febd66808
commit f5e177db89
2 changed files with 16 additions and 13 deletions

View File

@@ -46,6 +46,12 @@ const OPTION_MAP = {
? `,
baseUrl: '${url}${basePath}'`
: ''},
inputs: {
// You can define the inputs from the Start node here
// key is the variable name
// e.g.
// name: "NAME"
},
systemVariables: {
// user_id: 'YOU CAN DEFINE USER ID HERE',
// conversation_id: 'YOU CAN DEFINE CONVERSATION ID HERE, IT MUST BE A VALID UUID',