Bugfix/Move summarization as optional for multi agents (#2858)

add summarization as optional for multi agents
This commit is contained in:
Henry Heng
2024-07-23 15:15:41 +01:00
committed by GitHub
parent c31a4c95e7
commit 368c69cbc5
4 changed files with 290 additions and 13 deletions
+1 -1
View File
@@ -206,7 +206,7 @@ export interface ITeamState {
team_members: string[]
next: string
instructions: string
summarization: string
summarization?: string
}
export interface ISeqAgentsState {