The GitHub Actions job "Tests" on airflow.git/main has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
2440d1988732992ca320d197b05afb263692df13 / Kaxil Naik <[email protected]>
Add `LLMOperator` and `@task.llm` to common.ai provider (#62598)


General-purpose LLM operator and TaskFlow decorator for prompt-based
tasks (summarization, extraction, classification, structured output).
The operator wraps PydanticAIHook.create_agent() with support for
structured output via Pydantic BaseModel and pass-through agent_params
for pydantic-ai Agent configuration (retries, model_settings, tools).

Adds the "ai" tag to provider.yaml.schema.json for docs grouping.

Co-authored-by: GPK <[email protected]>

* Fix mypy and provider.yaml validation CI failures

- Add type annotation for `agent` variable (mypy var-annotated)
- Add `how-to-guide` to provider.yaml for llm.rst doc

* Add 'llm' to spelling wordlist

Auto-generated doc index files for example DAGs contain 'llm' in
plain text where backtick quoting is not possible.

---------

Co-authored-by: GPK <[email protected]>

Report URL: https://github.com/apache/airflow/actions/runs/22512932565

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to