Files
crewAI/lib
Matt Aitchison 8d2ca5ef4c fix: store FileArtifact returned by after_tool_call hooks
store_if_artifact ran before the after_tool_call hooks, so a hook that
replaced the result with a FileArtifact put raw bytes / a dataclass repr
into the tool message and events. Re-run store_if_artifact on the final
result after the hook loop in all three native tool paths (no-op for the
normal string case).
2026-06-04 20:06:41 -05:00
..