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


##########
providers/openai/docs/operators/openai.rst:
##########
@@ -44,14 +44,30 @@ OpenAIResponseOperator
 
 Use the 
:class:`~airflow.providers.openai.operators.openai.OpenAIResponseOperator` to 
generate a
 model response with the OpenAI Responses API, OpenAI's recommended interface 
for text generation and
-tool use. The operator returns the response's aggregated output text.
+tool use. The operator returns the response's aggregated output text. When 
``do_xcom_push`` is

Review Comment:
   Updated the `store` bullet to reflect that `response_id` is pushed to XCom 
when `do_xcom_push` is enabled. also mentioned `store=False` makes the pushed 
id unusable as `previous_response_id` and it suppresses the operator's own 
`return_value` XCom.



-- 
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