增加代码知识库;修复文档处理内容;增加API设置
This commit is contained in:
@@ -2,7 +2,16 @@ from .user import User
|
||||
from .knowledge import KnowledgeBase, Document, DocumentChunk
|
||||
from .chat import Chat, Message
|
||||
from .api_key import APIKey
|
||||
from .tooling import ToolJob, SRSExtraction, SRSRequirement, TestingGeneration
|
||||
from .model_config import UserModelConfig
|
||||
from .tooling import (
|
||||
CodeKnowledgeBase,
|
||||
ConsistencyJob,
|
||||
ConsistencyResult,
|
||||
SRSExtraction,
|
||||
SRSRequirement,
|
||||
TestingGeneration,
|
||||
ToolJob,
|
||||
)
|
||||
|
||||
__all__ = [
|
||||
"User",
|
||||
@@ -12,8 +21,12 @@ __all__ = [
|
||||
"Chat",
|
||||
"Message",
|
||||
"APIKey",
|
||||
"UserModelConfig",
|
||||
"ToolJob",
|
||||
"SRSExtraction",
|
||||
"SRSRequirement",
|
||||
"TestingGeneration",
|
||||
"CodeKnowledgeBase",
|
||||
"ConsistencyJob",
|
||||
"ConsistencyResult",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user