Skip to content

Commit cfd3aae

Browse files
authored
changelogs release for 1.4.4 (#238)
1 parent b04f1ab commit cfd3aae

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

changelog/overview.mdx

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@ title: "Product updates"
33
mode: "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:**

0 commit comments

Comments
 (0)