@everworker/oneringai 0.1.0 → 0.1.1

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/README.md CHANGED
@@ -927,6 +927,7 @@ Connector.create({
927
927
  });
928
928
 
929
929
  // Generate tools from the connector
930
+ // Tools are prefixed with connector name: github_api, github_list_repos, etc.
930
931
  const tools = ConnectorTools.for('github');
931
932
 
932
933
  // Use with an agent