This website requires JavaScript.
Explore
Help
Register
Sign In
andre
/
crewAI
Watch
1
Star
0
Fork
0
You've already forked crewAI
mirror of
https://github.com/crewAIInc/crewAI.git
synced
2026-01-11 17:18:29 +00:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
aac875508d23dd0c230281740c8dda43fa7fe5f3
crewAI
/
tests
/
tools
History
Devin AI
aac875508d
This fixes issue
#2826
where tool inputs were being modified when using different LLM providers. The fix handles nested dictionaries with 'value' fields for all parameter types, ensuring string inputs are correctly extracted from nested dictionaries.
...
Co-Authored-By: Joe Moura <
joao@crewai.com
>
2025-05-14 00:18:56 +00:00
..
agent_tools
Unblock LLM(stream=True) to work with tools (
#2582
)
2025-04-17 11:58:52 -04:00
__init__.py
chore: add missing __init__.py files (
#2719
)
2025-04-29 07:35:26 -07:00
test_base_tool.py
added condition to check whether _run function returns a coroutine ob… (
#2570
)
2025-04-11 12:56:37 -04:00
test_structured_tool_nested_dict.py
This fixes issue
#2826
where tool inputs were being modified when using different LLM providers. The fix handles nested dictionaries with 'value' fields for all parameter types, ensuring string inputs are correctly extracted from nested dictionaries.
2025-05-14 00:18:56 +00:00
test_structured_tool.py
Preparing new version (
#1845
)
2025-01-03 21:49:55 -03:00
test_tool_usage.py
Feat/individual react agent (
#2483
)
2025-04-02 08:54:46 -07:00