tool base
This commit is contained in:
9
lang_agent/base.py
Normal file
9
lang_agent/base.py
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
from typing import List, Callable
|
||||||
|
from abc import ABC, abstractmethod
|
||||||
|
|
||||||
|
|
||||||
|
class LangToolBase(ABC):
|
||||||
|
|
||||||
|
@abstractmethod
|
||||||
|
def get_tool_fnc(self)->List[Callable]:
|
||||||
|
pass
|
||||||
Reference in New Issue
Block a user