mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-16 06:30:02 +00:00
feat(agent): More general ReAct Agent (#2556)
This commit is contained in:
@@ -259,7 +259,7 @@ CREATE TABLE `gpts_messages` (
|
||||
`current_goal` text COMMENT 'The target corresponding to the current message',
|
||||
`context` text COMMENT 'Current conversation context',
|
||||
`review_info` text COMMENT 'Current conversation review info',
|
||||
`action_report` text COMMENT 'Current conversation action report',
|
||||
`action_report` longtext COMMENT 'Current conversation action report',
|
||||
`resource_info` text DEFAULT NULL COMMENT 'Current conversation resource info',
|
||||
`role` varchar(255) DEFAULT NULL COMMENT 'The role of the current message content',
|
||||
`created_at` datetime DEFAULT NULL COMMENT 'create time',
|
||||
|
Reference in New Issue
Block a user