@ax-llm/ax 10.0.15 → 10.0.16

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.
@@ -21,7 +21,7 @@ export declare class AxAgent<IN extends AxGenIn, OUT extends AxGenOut> implement
21
21
  description: string;
22
22
  signature: AxSignature | string;
23
23
  agents?: AxAgentic[];
24
- functions: AxFunction[];
24
+ functions?: AxFunction[];
25
25
  }>, options?: Readonly<AxAgentOptions>);
26
26
  setExamples(examples: Readonly<AxProgramExamples>): void;
27
27
  setId(id: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ax-llm/ax",
3
- "version": "10.0.15",
3
+ "version": "10.0.16",
4
4
  "type": "module",
5
5
  "description": "The best library to work with LLMs",
6
6
  "repository": {
@@ -21,7 +21,7 @@ export declare class AxAgent<IN extends AxGenIn, OUT extends AxGenOut> implement
21
21
  description: string;
22
22
  signature: AxSignature | string;
23
23
  agents?: AxAgentic[];
24
- functions: AxFunction[];
24
+ functions?: AxFunction[];
25
25
  }>, options?: Readonly<AxAgentOptions>);
26
26
  setExamples(examples: Readonly<AxProgramExamples>): void;
27
27
  setId(id: string): void;