feat(protocol): accept title on session create (#39935)

This commit is contained in:
Kit Langton 2026-07-31 15:39:54 -04:00 committed by GitHub
commit 06e26d89ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 22 additions and 1 deletions

View file

@ -118,6 +118,7 @@ export type SessionListOperation<E = never> = (input?: Endpoint5_0Input) => Effe
export type Endpoint5_1Input = {
readonly id?: Session.ID | undefined
readonly title?: string | undefined
readonly agent?: Agent.ID | undefined
readonly model?: Model.Ref | undefined
readonly location?: Location.Ref | undefined