nicholas-johnson-techxcel
nicholas-johnson-techxcel
Running this with Langflow is a nightmare. It should not be trying to change gid but it does, seemingly constantly, and it does not give up nor work properly.
I just noticed that version `1.13.2` is out, but it does not seem to have changed anything, other than adding deep research functions.
Even on v1.13.5 it rejects valid schemas ```json { "type": "object", "properties": { "urls": { "type": "object", "properties": { "text": {"$ref": "#/definitions/stringOrUrl"}, "link": {"$ref": "#/definitions/stringOrUrl"}, }, "required": ["text", "link"], },...
The API does not return the reason why it thinks the schema is valid, either. This is an issue.
That was weird - the last schema was fine, but the new one did not work. Until I changed it to `schema_` but I don't understand why the `schema` works...
Okay so if I use `schema_` it ignores the schema, and if I use `schema`, it fails validation of a valid schema and does not tell me why. How should...
We are loading `schema=json.dumps(my_schema_from_above)` and it fails with invalid schema but it does not tell me why.
I have had to discard your library because it was unusable in the end. Just to give you an idea of what you could do for type safety: ```python import...