Skip to content

Commit 53828e5

Browse files
Remove the reference of the semantic search
1 parent ce3443c commit 53828e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

examples/semantic_search_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)