Azure / InnovationEngine

An experiment in simplicity for complex environments
MIT License
35 stars 18 forks source link

ie test returning 0 status code when exec doc fails #226

Closed mbifeld closed 2 months ago

mbifeld commented 2 months ago

In ie execute, when a command's output does not match the similarity score, we return an error code of 1. In ie test, the same situation returns a 0, indicating a success. We should return 1 in this case. In the future, we should have different status codes depending on if IE failed or if the doc failed.

image

mbifeld commented 2 months ago

Already fixed