You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when the isinstance(chain, RunnableSequence) is True, the expected_run_outputs must be 'predicted: AIMessage = run.outputs["output"]'.
The elif (
isinstance(chain, RunnableSequence)
and isinstance(chain.steps[1], RunnableBinding)
and chain.steps[1].kwargs.get("tools")
):
is meaningless?
The text was updated successfully, but these errors were encountered:
when the isinstance(chain, RunnableSequence) is True, the expected_run_outputs must be 'predicted: AIMessage = run.outputs["output"]'.
The elif (
isinstance(chain, RunnableSequence)
and isinstance(chain.steps[1], RunnableBinding)
and chain.steps[1].kwargs.get("tools")
):
is meaningless?
The text was updated successfully, but these errors were encountered: