mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-09 12:18:12 +00:00
feat:document summary
This commit is contained in:
parent
dca3ddb931
commit
16dd8e3ef5
@ -284,6 +284,7 @@ class BaseChat(ABC):
|
|||||||
)
|
)
|
||||||
### model result deal
|
### model result deal
|
||||||
self.current_message.add_ai_message(ai_response_text)
|
self.current_message.add_ai_message(ai_response_text)
|
||||||
|
prompt_define_response = None
|
||||||
prompt_define_response = (
|
prompt_define_response = (
|
||||||
self.prompt_template.output_parser.parse_prompt_response(
|
self.prompt_template.output_parser.parse_prompt_response(
|
||||||
ai_response_text
|
ai_response_text
|
||||||
|
Loading…
Reference in New Issue
Block a user