@forge/llm 0.2.0-next.5 → 0.2.0-next.5-experimental-ec29181

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @forge/llm
2
2
 
3
+ ## 0.2.0-next.5-experimental-ec29181
4
+
5
+ ### Minor Changes
6
+
7
+ - 4adf05c: Add trace Id
8
+ - 4f53a62: Add support for 'usage' attribute in the chat's response object
9
+ - 7c086a7: Handle unstructured ForgeError message
10
+
11
+ ### Patch Changes
12
+
13
+ - 9e49ce9: Excluded test files
14
+ - Updated dependencies [def4ec3]
15
+ - @forge/api@6.3.0-next.2-experimental-ec29181
16
+
3
17
  ## 0.2.0-next.5
4
18
 
5
19
  ### Minor Changes
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@forge/llm",
3
- "version": "0.2.0-next.5",
3
+ "version": "0.2.0-next.5-experimental-ec29181",
4
4
  "description": "Forge LLM SDK",
5
5
  "main": "out/index.js",
6
6
  "types": "out/index.d.ts",
7
7
  "author": "Atlassian",
8
8
  "license": "SEE LICENSE IN LICENSE.txt",
9
9
  "dependencies": {
10
- "@forge/api": "^6.3.0-next.2"
10
+ "@forge/api": "^6.3.0-next.2-experimental-ec29181"
11
11
  },
12
12
  "devDependencies": {
13
13
  "@types/node": "20.19.1",