refactor(tui): remove question plugin state
This commit is contained in:
parent
0667079c38
commit
a2136dd0f0
2 changed files with 0 additions and 5 deletions
|
|
@ -196,9 +196,6 @@ function stateApi(sync: ReturnType<typeof useSync>, data: ReturnType<typeof useD
|
|||
tool: request.source?.type === "tool" ? { messageID: request.source.messageID, callID: request.source.callID } : undefined,
|
||||
}))
|
||||
},
|
||||
question(sessionID) {
|
||||
return sync.data.question[sessionID] ?? []
|
||||
},
|
||||
},
|
||||
part(messageID) {
|
||||
return sync.data.part[messageID] ?? []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue