(ctx context.Context, id string)
| 208 | InspectSession(ctx context.Context, id string, query SessionInspectQuery) (SessionInspectRecord, error) |
| 209 | RefreshSessionSoul(ctx context.Context, id string, request SessionSoulRefreshRequest) (AgentSoulRecord, error) |
| 210 | StopSession(ctx context.Context, id string) error |
| 211 | DeleteSession(ctx context.Context, id string) error |
| 212 | ResumeSession(ctx context.Context, id string) (SessionRecord, error) |
| 213 | SessionRecap(ctx context.Context, id string, limit int) (SessionRecapRecord, error) |
no outgoing calls