Merge branch 'toolkits' of https://github.com/logspace-ai/langflow into toolkits
This commit is contained in:
commit
0831fc2796
1 changed files with 0 additions and 6 deletions
|
|
@ -123,19 +123,13 @@ class JsonAgentNode(FrontendNode):
|
|||
Field(
|
||||
field_type="BaseToolkit",
|
||||
required=True,
|
||||
placeholder="",
|
||||
is_list=False,
|
||||
show=True,
|
||||
value="",
|
||||
name="toolkit",
|
||||
),
|
||||
Field(
|
||||
field_type="BaseLanguageModel",
|
||||
required=True,
|
||||
placeholder="",
|
||||
is_list=False,
|
||||
show=True,
|
||||
value="",
|
||||
name="LLM",
|
||||
),
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue