Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Sep 12, 2024
1 parent adf82e9 commit e701815
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions langserve/api_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -694,9 +694,9 @@ def __init__(
finally: # noqa
if raise_original_error:
print(
"Encountered an error while resolving the inputs of the Runnable. "
"Try specifying the input type explicitly using the "
"`with_types` method on the runnable.\n"
"Encountered an error while resolving the inputs of "
"the Runnable. Try specifying the input type explicitly "
"using the `with_types` method on the runnable.\n"
"See https://api.python.langchain.com/en/latest/runnables/langchain_core.runnables.base.Runnable.html " # noqa: E501
)
raise e
Expand All @@ -721,9 +721,9 @@ def __init__(
finally: # noqa
if raise_original_error:
print(
"Encountered an error while resolving the inputs of the Runnable. "
"Try specifying the input type explicitly using the "
"`with_types` method on the runnable.\n"
"Encountered an error while resolving the inputs of "
"the Runnable. Try specifying the output type explicitly "
"using the `with_types` method on the runnable.\n"
"See https://api.python.langchain.com/en/latest/runnables/langchain_core.runnables.base.Runnable.html " # noqa: E501
)
raise e
Expand Down

0 comments on commit e701815

Please sign in to comment.