@agentica/core 0.13.3 → 0.13.4

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.
@@ -71,7 +71,7 @@ const CONTAINER = {
71
71
  {
72
72
  name: "cancelFunctions",
73
73
  parameters: {
74
- description: "",
74
+ description: " Properties of the function\n\n------------------------------\n\nCurrent Type: {@link __IChatFunctionReference.IProps}",
75
75
  type: "object",
76
76
  properties: {
77
77
  functions: {
@@ -68,7 +68,7 @@ const FUNCTION = {
68
68
  {
69
69
  name: "getApiFunctions",
70
70
  parameters: {
71
- description: "",
71
+ description: "Current Type: {@link object}",
72
72
  type: "object",
73
73
  properties: {},
74
74
  required: [],
@@ -72,7 +72,7 @@ const CONTAINER = {
72
72
  {
73
73
  name: "selectFunctions",
74
74
  parameters: {
75
- description: "",
75
+ description: " Properties of the function\n\n------------------------------\n\nCurrent Type: {@link __IChatFunctionReference.IProps}",
76
76
  type: "object",
77
77
  properties: {
78
78
  functions: {
package/lib/index.mjs CHANGED
@@ -944,7 +944,7 @@ const CONTAINER$1 = {
944
944
  functions: [ {
945
945
  name: "cancelFunctions",
946
946
  parameters: {
947
- description: "",
947
+ description: " Properties of the function\n\n------------------------------\n\nCurrent Type: {@link __IChatFunctionReference.IProps}",
948
948
  type: "object",
949
949
  properties: {
950
950
  functions: {
@@ -1788,7 +1788,7 @@ const FUNCTION = {
1788
1788
  functions: [ {
1789
1789
  name: "getApiFunctions",
1790
1790
  parameters: {
1791
- description: "",
1791
+ description: "Current Type: {@link object}",
1792
1792
  type: "object",
1793
1793
  properties: {},
1794
1794
  required: [],
@@ -3547,7 +3547,7 @@ const CONTAINER = {
3547
3547
  functions: [ {
3548
3548
  name: "selectFunctions",
3549
3549
  parameters: {
3550
- description: "",
3550
+ description: " Properties of the function\n\n------------------------------\n\nCurrent Type: {@link __IChatFunctionReference.IProps}",
3551
3551
  type: "object",
3552
3552
  properties: {
3553
3553
  functions: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentica/core",
3
- "version": "0.13.3",
3
+ "version": "0.13.4",
4
4
  "description": "Agentic AI Library specialized in LLM Function Calling",
5
5
  "author": "Wrtn Technologies",
6
6
  "license": "MIT",
@@ -36,13 +36,13 @@
36
36
  "access": "public"
37
37
  },
38
38
  "peerDependencies": {
39
- "@samchon/openapi": ">=3.0.0 <4.0.0",
39
+ "@samchon/openapi": ">=3.2.2 <4.0.0",
40
40
  "openai": ">=4.80.0",
41
- "typia": ">=8.0.0 <9.0.0"
41
+ "typia": ">=8.1.0 <9.0.0"
42
42
  },
43
43
  "dependencies": {
44
- "@samchon/openapi": "^3.2.0",
45
- "typia": "^8.0.4",
44
+ "@samchon/openapi": "^3.2.2",
45
+ "typia": "^8.1.0",
46
46
  "uuid": "^11.0.4"
47
47
  },
48
48
  "devDependencies": {