symposium 1.3.3 → 1.3.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.
@@ -51,6 +51,9 @@ export default class AnthropicModel extends Model {
51
51
  type: 'tool',
52
52
  name: options.force_function,
53
53
  };
54
+
55
+ delete completion_payload.thinking;
56
+ delete completion_payload.betas;
54
57
  }
55
58
 
56
59
  const message = await this.getAnthropic().beta.messages.create(completion_payload);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "symposium",
4
- "version": "1.3.3",
4
+ "version": "1.3.4",
5
5
  "description": "Agents",
6
6
  "main": "index.js",
7
7
  "author": "Domenico Giambra",