fix: Add tool mode to message output (#8518)

* fix: Add tool mode to message output

* [autofix.ci] apply automated fixes

* Update src/backend/base/langflow/components/data/url.py

Co-authored-by: Edwin Jose <edwin.jose@datastax.com>

* [autofix.ci] apply automated fixes

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Edwin Jose <edwin.jose@datastax.com>
This commit is contained in:
Eric Hare 2025-06-13 07:15:24 -07:00 committed by GitHub
commit 950743aaf8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -170,7 +170,7 @@ class URLComponent(Component):
outputs = [
Output(display_name="Extracted Pages", name="page_results", method="fetch_content"),
Output(display_name="Raw Content", name="raw_results", method="fetch_content_as_message"),
Output(display_name="Raw Content", name="raw_results", method="fetch_content_as_message", tool_mode=False),
]
@staticmethod

File diff suppressed because one or more lines are too long