weiqingy commented on code in PR #782:
URL: https://github.com/apache/flink-agents/pull/782#discussion_r3366811712
##########
python/flink_agents/examples/quickstart/react_agent_example.py:
##########
@@ -76,7 +76,7 @@ def main() -> None:
product_review_stream = env.from_source(
source=FileSource.for_record_stream_format(
StreamFormat.text_line_format(),
- f"file:///{current_dir}/resources/",
+ f"file:///{current_dir}/resources/product_review.txt",
Review Comment:
One optional note inline, LGTM
Optional: a one-line note on *why* this targets the file rather than
`resources/` would stop someone from later broadening it back to the dir and
rehitting #776 — e.g. `# Target the specific file so non-record resources (e.g.
skills/) aren't read as reviews`. Same applies to the other two examples.
--
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]