Commit graph

2 commits

Author SHA1 Message Date
Ben Browning
52a69f0bf9 Extract some helper methods out in openai_responses impl
This extracts out a helper message to convert previous responses to
messages and to convert openai choices (from a chat completion
response) into output messages for the OpenAI Responses output.

Signed-off-by: Ben Browning <bbrownin@redhat.com>
2025-04-28 10:37:33 -07:00
Ben Browning
70c088af3a Stub in an initial OpenAI Responses API
Signed-off-by: Ben Browning <bbrownin@redhat.com>
2025-04-28 10:37:33 -07:00