mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-14 05:31:40 +00:00
feat(core): APP use new SDK component (#1050)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import json
|
||||
import logging
|
||||
from typing import List, NamedTuple
|
||||
|
||||
from typing import NamedTuple, List
|
||||
from dbgpt.core.interface.output_parser import BaseOutputParser
|
||||
from dbgpt.app.scene import ChatScene
|
||||
from dbgpt.core.interface.output_parser import BaseOutputParser
|
||||
|
||||
|
||||
class ChartItem(NamedTuple):
|
||||
|
Reference in New Issue
Block a user