Lee-W commented on code in PR #72049:
URL: https://github.com/apache/airflow/pull/72049#discussion_r4013725879


##########
providers/openai/docs/operators/openai.rst:
##########
@@ -58,6 +58,47 @@ specify the OpenAI connection to use, and 
``response_kwargs`` to pass through op
     :start-after: [START howto_operator_openai_response]
     :end-before: [END howto_operator_openai_response]
 
+Passing Responses API options
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+``response_kwargs`` passes straight through to the underlying 
``create_response`` call, so any
+keyword argument the Responses API accepts can be set there. Options worth 
knowing about:

Review Comment:
   Changed it to "most keyword arguments" rather than "any", and `stream` has 
its own bullet naming the `AttributeError` and pointing at `OpenAIHook` for 
streaming from a `@task`.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to