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:
parent
955f99ac30
commit
950743aaf8
2 changed files with 3 additions and 3 deletions
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue