Replies: 1 comment 1 reply
-
In a flight right now but search json skip in our docs on python.useinstructor.com |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I just realised even if we use
Field(exclude=True)
, it doesn't get excluded from the json dump until we specify the mode.For example
The output of this code is
I don't want whatever I mark it as exclude to be send it to LLM.
Is it possible to do so?
@jxnl / Team
Beta Was this translation helpful? Give feedback.
All reactions