symposium 0.7.3 → 0.7.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.
@@ -148,6 +148,7 @@ export default class AnthropicModel extends Model {
148
148
  default:
149
149
  throw new Error('Image source not supported');
150
150
  }
151
+ break;
151
152
 
152
153
  default:
153
154
  throw new Error('Message type "' + c.type + '" unsupported by this model');
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "type": "module",
3
3
  "name": "symposium",
4
- "version": "0.7.3",
4
+ "version": "0.7.4",
5
5
  "description": "Agents",
6
6
  "main": "index.js",
7
7
  "author": "Domenico Giambra",