Skip field at run-time #1436
Labels
enhancement
New feature or request
python
Pull requests that update python code
question
Further information is requested
Hi,
Let's say I have class model with some fields in it:
I am trying to update those fields while the conversation proceeds, I'd like to exclude the already populated fields just to try to populate the missing ones.
For instance, after a bit, I'd like to pass something like:
as field_2 was already populated in the previous part of the conversation.
I've seen there is the possibility to skip fields like this:
how can I dynamically achieve something like that?
Thank you!
The text was updated successfully, but these errors were encountered: