This is a feature request.
It would be great if Forge.OpenAI had string constants defined for:
- RunResponse.Status . They are documented here: https://platform.openai.com/docs/assistants/how-it-works/runs-and-run-steps It would also be nice to have a method "IsTerminalState" that takes a state and returns true if the state is "expired", "completed", "failed" or "cancelled".
- Message.Role - there are "system", "user" and "assistant".
This request is similar to what is already in place for Content.CONTENT_TYPE_XXXX
Feel free to close this request if it's out of scope.
This is a feature request.
It would be great if Forge.OpenAI had string constants defined for:
This request is similar to what is already in place for Content.CONTENT_TYPE_XXXX
Feel free to close this request if it's out of scope.