@fugood/bricks-project 2.22.0-beta.19 → 2.22.0-beta.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fugood/bricks-project",
3
- "version": "2.22.0-beta.19",
3
+ "version": "2.22.0-beta.20",
4
4
  "main": "index.ts",
5
5
  "scripts": {
6
6
  "build": "node scripts/build.js"
@@ -14,5 +14,5 @@
14
14
  "lodash": "^4.17.4",
15
15
  "uuid": "^8.3.1"
16
16
  },
17
- "gitHead": "584da836043d75818a8c629a61edb10cb6dc0d3c"
17
+ "gitHead": "7d9c238d144d69d4c4ee5f9d10dcd6bea59c8a63"
18
18
  }
@@ -826,6 +826,7 @@ export const templateEventPropsMap = {
826
826
  ],
827
827
  onCompletionFunctionCall: [
828
828
  'GENERATOR_LLM_COMPLETION_SESSION_KEY', // type: string
829
+ 'GENERATOR_LLM_COMPLETION_FUNCTION_CALL_ID', // type: string
829
830
  'GENERATOR_LLM_COMPLETION_FUNCTION_CALL_NAME', // type: string
830
831
  'GENERATOR_LLM_COMPLETION_FUNCTION_ARGUMENTS', // type: object
831
832
  'GENERATOR_LLM_COMPLETION_FUNCTION_DETAILS', // type: object