You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-4Lines changed: 16 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,24 @@
1
1
# Changelog
2
2
3
-
## [0.1.57] - TBD
3
+
## [0.1.60] - 2025-05-21
4
4
### Added
5
-
- Added Python 3.13 support.
5
+
- Support for the OpenAI response API has been added. Job responses now have access to model reasoning summaries.
6
+
- Example notebook for the new functionality: https://www.expectedparrot.com/content/arulm/getting-reasoning-summaries-from-thinking-models
6
7
7
-
- New question type `QuestionMultipleChoiceWithOther` automatically includes "Other" in the `question_options` and corresponding modified default instructions.
8
+
## [0.1.59] - 2025-05-15
9
+
### Added
10
+
- Added a drop method to the Agent class for removing specific fields, and updated the to_dict method to optionally include all fields. [1][2]
11
+
- Enhanced the AgentList class with methods to set instructions and traits presentation templates for all agents, and added a drop method to remove fields across the list. [1][2]
12
+
- Updated the to_dataset method in AgentList to include traits_presentation_template in the agent_parameters when traits_only is set to False.
13
+
### Fixed
14
+
- Fix error in computing the remote inference cache key for files.
15
+
- Fix timeout issues when running jobs with videos.
16
+
17
+
## [0.1.58] - 2025-05-02
18
+
### Added
19
+
- Improvements to the job status table to include more details on exceptions and costs.
8
20
9
-
- Question type `QuestionMultipleChoice` now takes an optional parameter `enumeration_style` that allows you to specify "numeric" (default) or "letter" options (["A", "B", "C", "D"]). This parameter can also be passed to new question type `QuestionMultipleChoiceWithOther`.
- API keys for language models. You can use your own keys or an Expected Parrot key that provides access to all available models.
31
31
See instructions on <ahref="https://docs.expectedparrot.com/en/latest/api_keys.html"target="_blank"rel="noopener noreferrer">managing keys</a> and <ahref="https://www.expectedparrot.com/models"target="_blank"rel="noopener noreferrer">model pricing and performance</a> information.
0 commit comments