Update ZeroShotAgent import
This commit is contained in:
parent
102e0e0f93
commit
411b4f78c0
1 changed files with 1 additions and 1 deletions
|
|
@ -1,10 +1,10 @@
|
|||
|
||||
from langflow import CustomComponent
|
||||
from langchain.agents import ZeroShotAgent
|
||||
from langchain_core.tools import BaseTool
|
||||
from typing import List, Optional
|
||||
from langflow.field_typing import (
|
||||
BaseLanguageModel,
|
||||
BaseTool,
|
||||
)
|
||||
|
||||
class ZeroShotAgentComponent(CustomComponent):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue