feat(agent-core): 增加智能编排与模型工具基础
This commit is contained in:
7
agent_core/schemas/outputs.py
Normal file
7
agent_core/schemas/outputs.py
Normal file
@@ -0,0 +1,7 @@
|
||||
SUPPORTED_OUTPUT_TYPES = {
|
||||
"general_answer",
|
||||
"document_review_report",
|
||||
"ticket_response",
|
||||
"quality_report",
|
||||
"risk_audit_report",
|
||||
}
|
||||
Reference in New Issue
Block a user