File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ StackOne AI provides a unified interface for accessing various SaaS tools throug
2020 - Provider and action filtering
2121 - Multi-account support
2222- ** Semantic Search** : AI-powered tool discovery using natural language queries
23- - ** Utility Tools ** (Beta): Dynamic tool discovery and execution based on natural language queries
23+ - ** Search Tool ** : Callable tool discovery for agent loops via ` get_search_tool() `
2424- Integration with popular AI frameworks:
2525 - OpenAI Functions
2626 - LangChain Tools
Original file line number Diff line number Diff line change @@ -394,7 +394,7 @@ def main():
394394 print ("examples that fetch full tool definitions from your linked accounts:" )
395395 print (" - search_tools() with natural language queries" )
396396 print (" - search_tools() with connector filter" )
397- print (" - Utility tools with semantic search " )
397+ print (" - Search tool for agent loops " )
398398 print (" - OpenAI agent loop" )
399399 print (" - LangChain integration" )
400400 return
You can’t perform that action at this time.
0 commit comments