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
The prompt gateway code is difficult to follow given all the transitions it can take. Evidence of this is the crate/prompt_gateway/context.rs docs (and the fact that this file has to live on its own).
The prompt gateway code is difficult to follow given all the transitions it can take. Evidence of this is the crate/prompt_gateway/context.rs docs (and the fact that this file has to live on its own).
This code is ripe to be re-architected. Some inspiration:
https://willcrichton.net/rust-api-type-patterns/state_machines.html
https://hoverbear.org/blog/rust-state-machine-pattern/
The text was updated successfully, but these errors were encountered: