YAshhh29 commented on code in PR #71575:
URL: https://github.com/apache/airflow/pull/71575#discussion_r4105742636


##########
providers/common/ai/docs/operators/agent.rst:
##########
@@ -300,6 +300,23 @@ cache:
    never replays responses that belong to a different conversation.
 4. After successful completion, the cached steps are deleted.
 
+Fingerprints are computed from values normalized through pydantic, so ordinary

Review Comment:
   Rebased onto main — the three paragraphs now live in 
`durable_execution.rst`, right after the "cached steps are deleted" line, and 
`agent.rst` is byte-identical to main, so #73523 is untouched.
   
   On the wording: the canonical form landed, so "still fingerprint normally" 
is true as written now. I made it name `set` explicitly as one of the types 
that fingerprints and still matches on a later attempt, and it also calls out a 
lazily validated `Iterable` as the one ordinary annotation that's deliberately 
left uncached.
   



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