GreatEugenius commented on PR #807: URL: https://github.com/apache/flink-agents/pull/807#issuecomment-4648466098
> I believe that supplementing the documentation for #527 should not merely involve adding references on how to use the from/to table API. Instead, we should introduce `TableReviewAnalysisAgent` in the quickstart guide, just as we did for `ReviewAnalysisAgent`. Good point — I've updated it. Instead of just linking to the from/to Table API doc, the workflow quickstart now introduces TableReviewAnalysisAgent alongside ReviewAnalysisAgent: a new "Read Input via the Table API" section walks through how it reads id/review from a Row/dict, its RowKeySelector/TableKeySelector, and the fromTable/from_table integration for the multiple-agent example. PTAL. -- 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]
