1) Do some rename refactor ,prepare for LLMProcess refactor

2) Fix merge bugs.
This commit is contained in:
Liu Zhicong
2023-12-06 13:31:05 -08:00
parent 35d204ac05
commit 8739bf6a76
44 changed files with 693 additions and 2043 deletions
@@ -3,7 +3,7 @@ from typing import Dict
from cachetools import TLRUCache, cached
from ..agent.ai_function import AIFunction
from ..proto.ai_function import *
from .sql_database import SQLDatabase, get_from_env