Commit Graph

4 Commits

Author SHA1 Message Date
lorenzejay
5f9d527ad9 Enhance Bedrock request handling and update test cassettes
- Introduced a custom matcher for Bedrock requests to normalize regional endpoints, ensuring consistent behavior across AWS regions.
- Updated the VCR configuration to utilize the new matcher.
- Adjusted test cassette to replace the original Bedrock endpoint with a placeholder for improved testing consistency.
- Modified response body and headers in the test cassette to reflect updated expected values.
2026-05-26 10:41:39 -07:00
Greyson LaLonde
fd10c64148 chore(crewai): drop self-explanatory comments 2026-05-26 10:23:33 -07:00
lorenzejay
d883e6e587 adjusted bedrock cassettes 2026-05-26 10:10:36 -07:00
Greyson LaLonde
c4c9208229 feat: native multimodal file handling; openai responses api
- add input_files parameter to Crew.kickoff(), Flow.kickoff(), Task, and Agent.kickoff()
- add provider-specific file uploaders for OpenAI, Anthropic, Gemini, and Bedrock
- add file type detection, constraint validation, and automatic format conversion
- add URL file source support for multimodal content
- add streaming uploads for large files
- add prompt caching support for Anthropic
- add OpenAI Responses API support
2026-01-23 15:13:25 -05:00