mirror of https://github.com/buster-so/buster.git
Change file type from 'agent-action' to 'todo' in chunk processor
Co-authored-by: dallin <dallin@buster.so>
This commit is contained in:
parent
d42fdd489d
commit
2cf56e895c
|
@ -1654,7 +1654,7 @@ export class ChunkProcessor<T extends ToolSet = GenericToolSet> {
|
|||
files: {
|
||||
[fileId]: {
|
||||
id: fileId,
|
||||
file_type: 'agent-action',
|
||||
file_type: 'todo',
|
||||
file_name: 'TODO list',
|
||||
version_number: 1,
|
||||
status: 'loading',
|
||||
|
|
Loading…
Reference in New Issue