generate user message title and body
This commit is contained in:
parent
483fcdaddb
commit
fb40dc6b20
3 changed files with 43 additions and 16 deletions
|
|
@ -602,8 +602,9 @@ export type UserMessage = {
|
|||
created: number
|
||||
}
|
||||
summary?: {
|
||||
title?: string
|
||||
body?: string
|
||||
diffs: Array<FileDiff>
|
||||
text: string
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue