Remove redundant base types from
CUSTOM_COMPONENT_SUPPORTED_TYPES
This commit is contained in:
parent
0bff0407b8
commit
4d6973ad19
1 changed files with 0 additions and 6 deletions
|
|
@ -53,12 +53,6 @@ LANGCHAIN_BASE_TYPES = {
|
|||
# Langchain base types plus Python base types
|
||||
CUSTOM_COMPONENT_SUPPORTED_TYPES = {
|
||||
**LANGCHAIN_BASE_TYPES,
|
||||
"str": str,
|
||||
"int": int,
|
||||
"float": float,
|
||||
"bool": bool,
|
||||
"list": list,
|
||||
"dict": dict,
|
||||
"NestedDict": NestedDict,
|
||||
"Data": Data,
|
||||
"Object": Object,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue