@memgrafter/flatagents 0.9.0 → 2.0.0

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.
@@ -1,4 +1,4 @@
1
- export const SPEC_VERSION = "0.9.0";
1
+ export const SPEC_VERSION = "2.0.0";
2
2
  export interface ProfilesWrapper {
3
3
  spec: "flatprofiles";
4
4
  spec_version: string;
@@ -21,5 +21,6 @@ export interface ModelProfileConfig {
21
21
  presence_penalty?: number;
22
22
  seed?: number;
23
23
  base_url?: string;
24
+ stream?: boolean;
24
25
  }
25
26
  export type FlatprofilesConfig = ProfilesWrapper;