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
thrownewError('LLM response is missing the "output" key or it is not a string.')
416
416
}
417
417
calledOutputName=parsedResponse.output
418
418
}catch(error){
419
419
thrownewError(
420
-
`Failed to parse a valid scenario from the LLM's response. Please check if the model is capable of following JSON output instructions. Raw LLM Response: "${
421
-
response.contentasstring
422
-
}"`
420
+
`Failed to parse a valid scenario from the LLM's response. Please check if the model is capable of following JSON output instructions. Raw LLM Response: "${responseContent}"`
423
421
)
424
422
}
425
423
@@ -472,7 +470,7 @@ class ConditionAgent_Agentflow implements INode {
0 commit comments