File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,24 @@ title: "Product updates"
33mode : " wide"
44---
55
6+ <Update label = " 2025-05-03" description = " v1.4.4" >
7+ ## New Features:
8+
9+ - ** OpenAI File Support:** Added support for ` File ` attached to prompts for agents with ` OpenAIChat ` models.
10+
11+ ## Improvements:
12+
13+ - ** Llama API:** Various improvements for Llama and LlamaOpenAI model classes including structured output and image input support
14+ - ** Async Custom Retriever** : The ` retriever ` parameter can now be an ` async ` function to be used with ` agent.arun ` and ` agent.aprint_response ` .
15+ - ** Gemini Video URL Input** : Added support for ` Video(url=...) ` for Gemini.
16+
17+ ## Bug Fixes:
18+
19+ - ** OpenAI Responses o3 / o4 Tools** : Fixed broken tool use for advanced reasoning models on ` OpenAIResponses ` .
20+ - ** MCP on CLI Support** : Fixed support for ` MCPTools ` usage while calling ` agent.acli_app ` .
21+
22+ </Update >
23+
624<Update label = " 2025-04-30" description = " v1.4.3" >
725
826## ** New Features:**
You can’t perform that action at this time.
0 commit comments