Replies: 2 comments
-
See #135 and #110, it is due to the pydantic version currently referenced but there are workarounds. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This one is new to me, but flagging it as a bug so I can look at it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I recently wrote a demo to try and accomplish my blogging mission.
But it's clear that the proxies don't seem to be able to work well with each other.
In particular, I wrote a script to determine if the current text contains all the keywords, but every time it prompts the following error, indicating that two parameters could not be passed to the script:
pydantic.v1.error_wrappers.ValidationError: 1 validation error for Keyword CheckerSchemaSchema checkerSchemaSchema field required (type=value_error.missing)
Here is my demo code:
Thanks in advance for this error checking.
Beta Was this translation helpful? Give feedback.
All reactions