| 407 | } |
| 408 | |
| 409 | type SessionTitleEvent struct { |
| 410 | AgentContext |
| 411 | |
| 412 | Type string `json:"type"` |
| 413 | SessionID string `json:"session_id"` |
| 414 | Title string `json:"title"` |
| 415 | } |
| 416 | |
| 417 | func SessionTitle(sessionID, title string) Event { |
| 418 | return &SessionTitleEvent{ |
nothing calls this directly
no outgoing calls
no test coverage detected