feat(core): session.pending.list API with pending-only session_pending storage (#36126)
This commit is contained in:
parent
99156c10e6
commit
a72992e00f
43 changed files with 986 additions and 649 deletions
|
|
@ -19,7 +19,7 @@ import { Skill as SkillSchema } from "./skill.js"
|
|||
import { Money } from "./money.js"
|
||||
import { Snapshot } from "./snapshot.js"
|
||||
import { TokenUsage } from "./token-usage.js"
|
||||
import { SessionInput } from "./session-input.js"
|
||||
import { SessionPending } from "./session-pending.js"
|
||||
|
||||
export { FileAttachment }
|
||||
|
||||
|
|
@ -130,7 +130,7 @@ export const InputAdmitted = Event.durable({
|
|||
schema: {
|
||||
...Base,
|
||||
inputID: SessionMessage.ID,
|
||||
input: SessionInput.Message,
|
||||
input: SessionPending.Message,
|
||||
},
|
||||
})
|
||||
export type InputAdmitted = typeof InputAdmitted.Type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue