We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug There is still quite a bit of flow state-related code left in the Go codebase. A few examples:
https://github.com/firebase/genkit/blob/c3775f9d7a4b01f1022be2486a2409716faf9e3e/go/core/flow_state_store.go https://github.com/firebase/genkit/blob/c3775f9d7a4b01f1022be2486a2409716faf9e3e/go/core/file_flow_state_store.go
genkit/go/genkit/flow.go
Line 237 in 9ce5221
And a ton more. It all needs to be ripped out and flows simplified to be thin wrappers around action like they are in JS.
The text was updated successfully, but these errors were encountered:
apascal07
No branches or pull requests
Describe the bug
There is still quite a bit of flow state-related code left in the Go codebase. A few examples:
https://github.com/firebase/genkit/blob/c3775f9d7a4b01f1022be2486a2409716faf9e3e/go/core/flow_state_store.go
https://github.com/firebase/genkit/blob/c3775f9d7a4b01f1022be2486a2409716faf9e3e/go/core/file_flow_state_store.go
genkit/go/genkit/flow.go
Line 237 in 9ce5221
And a ton more. It all needs to be ripped out and flows simplified to be thin wrappers around action like they are in JS.
The text was updated successfully, but these errors were encountered: