fix typo in quickstart snippet#3
Merged
Merged
Conversation
Collaborator
|
Thanks @manuel-soria this verbose mode is not in the launched version yet, but I'll cut a new version for it either today or tomorrow 😎👉👉 |
Vidit-Ostwal
added a commit
to Vidit-Ostwal/crewAI
that referenced
this pull request
Mar 21, 2025
Vidit-Ostwal
added a commit
to Vidit-Ostwal/crewAI
that referenced
this pull request
Mar 21, 2025
EajksEajks
pushed a commit
to Agent-EAjks-AI/crewai
that referenced
this pull request
Jul 7, 2025
fix typo in quickstart snippet
greysonlalonde
pushed a commit
that referenced
this pull request
Sep 26, 2025
- Fixed an issue where multiple tools failed to function if parameters were provided after tool creation. - Updated tools to correctly process source file/URL passed by the agent post-creation as per documentation. Closes #<47>
devin-ai-integration Bot
added a commit
that referenced
this pull request
Nov 14, 2025
- Fix issue #3: Make similarity_threshold and limit optional with defaults - Updated BaseTool._default_args_schema to extract default values from function signatures - Updated BaseTool._set_args_schema for consistency - Now uses inspect.signature() and pydantic.create_model() to properly handle defaults - Fix issue #1: Make qdrant_client import conditional - Moved qdrant_client imports to TYPE_CHECKING block - Added runtime imports only when QdrantConfig is actually used - Prevents import errors when using ChromaDB without qdrant_client installed - Added comprehensive tests: - test_rag_tool_default_parameters_are_optional: Verifies schema has correct required fields - test_rag_tool_chromadb_no_qdrant_import: Ensures ChromaDB usage doesn't import qdrant_client All existing tests pass. Fixes reported issues where LLM calls would fail with ValidationError on first attempt due to required fields that should have been optional. Co-Authored-By: João <joao@crewai.com>
3 tasks
Krithi-murugesan
pushed a commit
to Krithi-murugesan/crewAI
that referenced
this pull request
Apr 8, 2026
…rewAIInc#3) - Fixed an issue where multiple tools failed to function if parameters were provided after tool creation. - Updated tools to correctly process source file/URL passed by the agent post-creation as per documentation. Closes #<47>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi Joao! I was trying your library and found a typo in the quickstart snippet.
Trying it out now 🔥