Commit graph

4 commits

Author SHA1 Message Date
Derek Higgins
4657077418 feat(openai-responses): Support multiple message roles in API inputs
Also update the nesting to add multiple messages(where appropriate)
rather then a single message with multiple content parts.

Signed-off-by: Derek Higgins <derekh@redhat.com>
2025-05-02 12:17:51 +01:00
Derek Higgins
e4888b930b chore: Refactor OpenAIChatCompletion's to be loaded from yaml
Future tests can then re-use the content

Signed-off-by: Derek Higgins <derekh@redhat.com>
2025-05-02 11:25:00 +01:00
Derek Higgins
64829947d0
feat: Add temperature support to responses API (#2065)
# What does this PR do?
Add support for the temperature to the responses API 


## Test Plan
Manually tested simple case
unit tests added for simple case and tool calls

Signed-off-by: Derek Higgins <derekh@redhat.com>
2025-05-01 11:47:58 -07:00
Ashwin Bharambe
03b5c61bfc
feat: make sure agent sessions are under access control (#1737)
This builds on top of #1703.

Agent sessions are now properly access controlled.

## Test Plan

Added unit tests
2025-03-21 07:31:16 -07:00