feat(protocol): accept title on session create (#39935)
This commit is contained in:
parent
84dd56ed34
commit
06e26d89ad
6 changed files with 22 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue