Skip to content

Commit bab931b

Browse files
Remove the crewai reference from the README
1 parent 7b77f33 commit bab931b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,6 @@ For more examples, check out the [examples/](examples/) directory:
385385
- [File Uploads](examples/file_uploads.py)
386386
- [OpenAI Integration](examples/openai_integration.py)
387387
- [LangChain Integration](examples/langchain_integration.py)
388-
- [CrewAI Integration](examples/crewai_integration.py)
389388
- [Utility Tools](examples/utility_tools_example.py)
390389
- [Semantic Search](examples/semantic_search_example.py)
391390

examples/test_examples.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ def get_example_files() -> list[str]:
2626
OPTIONAL_DEPENDENCIES = {
2727
"openai_integration.py": ["openai", "mcp"],
2828
"langchain_integration.py": ["langchain_openai", "mcp"],
29-
"crewai_integration.py": ["crewai", "mcp"],
3029
"index.py": ["mcp"],
3130
"file_uploads.py": ["mcp"],
3231
"stackone_account_ids.py": ["mcp"],

stackone_ai/toolset.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,10 @@ def search_action_names(
446446
min_score: Minimum similarity score threshold 0-1 (default: 0.0)
447447
448448
Returns:
449-
List of SemanticSearchResult with action names, scores, and metadata
449+
List of SemanticSearchResult with action names, scores, and metadata.
450+
Versioned API names are normalized to MCP format but results are NOT
451+
deduplicated — multiple API versions of the same action may appear
452+
with their individual scores.
450453
451454
Examples:
452455
# Lightweight: inspect results before fetching

0 commit comments

Comments
 (0)