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
One currently must manually serialize with serde_json for the optional variables field in a job result. This is kind of annoying, especially since the other client methods don't require this.
Some helper functions could be created to help with this. Perhaps:
One currently must manually serialize with serde_json for the optional variables field in a job result. This is kind of annoying, especially since the other client methods don't require this.
Some helper functions could be created to help with this. Perhaps:
fn complete()
fn complete_with_variables(vars: Serialize)
The text was updated successfully, but these errors were encountered: