fix: update NestedDictInput value type to remove unnecessary Data option (#7437)
Co-authored-by: Jordan Frazier <122494242+jordanrfrazier@users.noreply.github.com>
This commit is contained in:
parent
e7f817bbff
commit
e1608d143f
1 changed files with 1 additions and 1 deletions
|
|
@ -443,7 +443,7 @@ class NestedDictInput(
|
|||
"""
|
||||
|
||||
field_type: SerializableFieldTypes = FieldTypes.NESTED_DICT
|
||||
value: dict | Data | None = {}
|
||||
value: dict | None = {}
|
||||
|
||||
|
||||
class DictInput(BaseInputMixin, ListableInputMixin, InputTraceMixin, ToolModeMixin):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue