Hi,
I have added the "Responses API". My changes in "openai_JSC.hpp[.txt]" are marked as follows:
//JSC 2026-07-23 - Start
...
//JSC 2026-07-23 - End
To call the "Responses API" use:
auto jsonResponse = openai::responses().create(jsonRequest);
or
auto jsonResponse = OpenAI_Instance.responses.create(jsonRequest);
See:
openai_JSC.hpp.txt
Regards
Jan
Hi,
I have added the "Responses API". My changes in "openai_JSC.hpp[.txt]" are marked as follows:
//JSC 2026-07-23 - Start
...
//JSC 2026-07-23 - End
To call the "Responses API" use:
auto jsonResponse = openai::responses().create(jsonRequest);
or
auto jsonResponse = OpenAI_Instance.responses.create(jsonRequest);
See:
openai_JSC.hpp.txt
Regards
Jan