mirror of
https://github.com/reconurge/flowsint.git
synced 2026-05-07 12:26:24 -05:00
[GH-ISSUE #121] Documentation update needed: extract_input_schema deprecated and import path unclear #90
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gustavorps on GitHub (Feb 10, 2026).
Original GitHub issue: https://github.com/reconurge/flowsint/issues/121
Description:
While following the documentation at https://www.flowsint.io/docs/developers/managing-types#categorizing-your-type. I noticed an issue with the
extract_input_schemautility.The docs reference
extract_input_schema, but this function appears to be deprecated and it’s not clear where it should be imported from.From the source code, the correct import seems to be:
Suggested updates:
extract_input_schematoextract_input_schema_flowextract_input_schemais deprecated (if intentional)This would help avoid confusion for developers following the guide.
Question:
Is there a recommended way to contribute fixes or improvements to the documentation (e.g. repo location, contribution guide, or PR process)? I’d be happy to help update this if guidance is available.
Thanks!
@dextmorgn commented on GitHub (Feb 10, 2026):
Hello @gustavorps,
You are absolutly right, new changes were included recently and the documentation is now broken. (it's actually broken in many more places).
I'll free some time to update it.
The website containing the doc is not open for now, but it would indeed be a good idea to make it public so the community can help with the documentation.
In the meanwhile, you can take a look at this to see how types are managed now.
Let me know if you have any more questions and thanks for the feedback!
@dextmorgn commented on GitHub (Feb 23, 2026):
Hello @gustavorps,
I've updated the docs ! Let me know if you have any questions or see any issue.