This is an automated email from the ASF dual-hosted git repository.
guan404ming pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 73989f28f7b Record OpenAI Responses token usage and response id in
XCom (#72151)
add 08a20fe2d75 Support notifiers in LLM approval reviews (#72159)
No new revisions were added by this update.
Summary of changes:
providers/common/ai/docs/operators/llm.rst | 18 +++++
providers/common/ai/docs/operators/llm_branch.rst | 4 +-
.../common/ai/docs/operators/llm_file_analysis.rst | 4 +-
.../ai/docs/operators/llm_schema_compare.rst | 6 +-
providers/common/ai/docs/operators/llm_sql.rst | 3 +
.../common/ai/example_dags/example_llm.py | 13 ++++
.../airflow/providers/common/ai/mixins/approval.py | 26 +++++++
.../airflow/providers/common/ai/operators/llm.py | 22 +++++-
.../providers/common/ai/operators/llm_branch.py | 2 +-
.../common/ai/operators/llm_file_analysis.py | 2 +-
.../common/ai/operators/llm_schema_compare.py | 2 +-
.../providers/common/ai/operators/llm_sql.py | 2 +-
.../tests/unit/common/ai/mixins/test_approval.py | 91 +++++++++++++++++++++-
.../ai/tests/unit/common/ai/operators/test_llm.py | 27 +++++++
14 files changed, 211 insertions(+), 11 deletions(-)