@frockbot/plugin-provider-foundation 0.3.16 → 0.3.17

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/package.json +4 -4
  2. package/src/runtime.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@frockbot/plugin-provider-foundation",
3
- "version": "0.3.16",
3
+ "version": "0.3.17",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "exports": {
@@ -18,12 +18,12 @@
18
18
  "typecheck": "tsc --noEmit -p tsconfig.json"
19
19
  },
20
20
  "dependencies": {
21
- "@frockbot/kernel-contracts": "0.3.16",
22
- "@frockbot/plugin-models": "0.3.16",
21
+ "@frockbot/kernel-contracts": "0.3.17",
22
+ "@frockbot/plugin-models": "0.3.17",
23
23
  "cordis": "4.0.0-rc.8"
24
24
  },
25
25
  "devDependencies": {
26
- "@frockbot/plugin-testkit": "0.3.16",
26
+ "@frockbot/plugin-testkit": "0.3.17",
27
27
  "@types/bun": "1.4.0",
28
28
  "typescript": "^7.0.2"
29
29
  },
package/src/runtime.ts CHANGED
@@ -107,6 +107,7 @@ async function* classifiedFoundationStream(
107
107
 
108
108
  export const foundationProvider: LlmProvider = {
109
109
  id: FOUNDATION_PROVIDER,
110
+ supports: { structuredOutput: "none" },
110
111
  stream: classifiedFoundationStream,
111
112
  reconciliation: {
112
113
  retrieve: async (effect, signal) =>