-
Notifications
You must be signed in to change notification settings - Fork 2.1k
[TOD] Core conversation structure, serialization, const tokens #4174
Conversation
e365e48
to
1480def
Compare
""" | ||
|
||
# Variables set by those using this class | ||
delex: bool = False # Set to true and this class will handle delexicalizing call + response utterances based on API calls and responses exposed to this class. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oof, need to find a linter that will wrap comments hmm...
Docformatter also fails to format the other comments inside of """'s. Playing around with all of its different args, it seems to not catch these, or the ones higher up. (CC: @stephenroller )
…iff in stack, but lost from this one
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems generally reasonable to me with my limited knowledge of the context - a few minor comments. Will defer to others for approval
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
accepting eric's approval as final approval
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving, thanks for the responses!
Thanks for the reviews! |
Core components. How they are used + testing gets done later in the stack.