mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-27 17:18:13 +00:00
- Make crewai_files an optional dependency with graceful fallbacks - Move file formatting from executor to LLM layer (_process_message_files) - Add files field to LLMMessage type for cleaner message passing - Add cache_control to Anthropic content blocks for prompt caching - Clean up formatters: static methods for OpenAI/Gemini, proper error handling - Remove unused ContentFormatter protocol - Move test fixtures to lib/crewai-files/tests/fixtures - Add Azure and Bedrock multimodal integration tests - Fix mypy errors in crew_agent_executor.py
11 lines
591 B
Plaintext
11 lines
591 B
Plaintext
Review Guidelines
|
|
|
|
1. Be clear and concise: Write feedback that is easy to understand.
|
|
2. Focus on behavior and outcomes: Describe what happened and why it matters.
|
|
3. Be specific: Provide examples to support your points.
|
|
4. Balance positives and improvements: Highlight strengths and areas to grow.
|
|
5. Be respectful and constructive: Assume positive intent and offer solutions.
|
|
6. Use objective criteria: Reference goals, metrics, or expectations where possible.
|
|
7. Suggest next steps: Recommend actionable ways to improve.
|
|
8. Proofread: Check tone, grammar, and clarity before submitting.
|