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
A new endpoint is needed to update a crew execution record. The workflow involves first creating a new crew execution, followed by creating the crew execution steps and linking them to the crew execution ID. Finally, the endpoint should allow updating the record to include the final result and the token count.
Currently the token count is hard coded to 0 and there is not field for the final result in the model/database.
The text was updated successfully, but these errors were encountered:
A new endpoint is needed to update a crew execution record. The workflow involves first creating a new crew execution, followed by creating the crew execution steps and linking them to the crew execution ID. Finally, the endpoint should allow updating the record to include the final result and the token count.
Currently the token count is hard coded to 0 and there is not field for the final result in the model/database.
The text was updated successfully, but these errors were encountered: