File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1- ## [ 0.7.2] - 2024-04-19
1+ ## [ 0.7.3] - 2025-04-23
2+
3+ ## [ 0.7.2] - 2025-04-19
24- adds support for ` messages ` parameter in ` chat_completion ` to override the transcript
35- fixes potential race conditions in parallel chat completion calls by duplicating transcript
46
5- ## [ 0.7.1] - 2024 -04-10
7+ ## [ 0.7.1] - 2025 -04-10
68- adds support for JSON response format with automatic parsing
79- improves error handling for JSON parsing failures
810
9- ## [ 0.7] - 2024 -04-02
11+ ## [ 0.7] - 2025 -04-02
1012- adds support for ` until ` condition in ` PromptDeclarations ` to control prompt looping
1113- adds support for ` if ` and ` unless ` conditions in ` PromptDeclarations ` to control prompt execution
1214- adds support for ` success ` callback in ` PromptDeclarations ` to handle prompt responses
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- raix (0.7.2 )
4+ raix (0.7.3 )
55 activesupport (>= 6.0 )
66 open_router (~> 0.2 )
77 ruby-openai (~> 7.0 )
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Raix
4- VERSION = "0.7.2 "
4+ VERSION = "0.7.3 "
55end
You can’t perform that action at this time.
0 commit comments