@toolplex/client 0.1.23 → 0.1.24

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.
@@ -219,6 +219,7 @@ export async function serve(config) {
219
219
  }
220
220
  await logger.error(`Error calling ToolPlex: ${errorMessage}`);
221
221
  result = {
222
+ isError: true,
222
223
  role: "system",
223
224
  content: [
224
225
  {
package/dist/version.d.ts CHANGED
@@ -1 +1 @@
1
- export declare const version = "0.1.23";
1
+ export declare const version = "0.1.24";
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const version = '0.1.23';
1
+ export const version = '0.1.24';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toolplex/client",
3
- "version": "0.1.23",
3
+ "version": "0.1.24",
4
4
  "author": "ToolPlex LLC",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "description": "The official ToolPlex client for AI agent tool discovery and execution",