@sonzai-labs/agents 1.0.7 → 1.0.8
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.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1592,7 +1592,7 @@ var Agents = class {
|
|
|
1592
1592
|
const body = { query: options.query };
|
|
1593
1593
|
if (options.limit != null) body.limit = options.limit;
|
|
1594
1594
|
return this.http.post(
|
|
1595
|
-
`/api/v1/agents/${agentId}/tools/
|
|
1595
|
+
`/api/v1/agents/${agentId}/tools/kb-search`,
|
|
1596
1596
|
body
|
|
1597
1597
|
);
|
|
1598
1598
|
}
|