Confirm this is a Node library issue and not an underlying OpenAI API issue
Describe the bug
In src/resources/responses/responses.ts in comments there is specified web_search_call.action.sources, but it is missing in the actual type:
export type ResponseIncludable =
| 'file_search_call.results'
| 'message.input_image.image_url'
| 'computer_call_output.output.image_url'
| 'reasoning.encrypted_content'
| 'code_interpreter_call.outputs';
To Reproduce
See openai@5.20.1.
Code snippets
OS
Ubuntu
Node version
v22.1.0
Library version
openai@5.20.1
Confirm this is a Node library issue and not an underlying OpenAI API issue
Describe the bug
In
src/resources/responses/responses.tsin comments there is specifiedweb_search_call.action.sources, but it is missing in the actual type:To Reproduce
See
openai@5.20.1.Code snippets
OS
Ubuntu
Node version
v22.1.0
Library version
openai@5.20.1