RelationalAI / rai-sdk-csharp

The RelationalAI Software Development Kit (SDK) for C#
Apache License 2.0
0 stars 1 forks source link

Use string instead of enum for engine states #34

Closed miazamrai closed 2 years ago

miazamrai commented 2 years ago

Fix for issue https://github.com/RelationalAI/rai-sdk-csharp/issues/33 Removed the EngineStates enum and started using string for engine states.