(ctx context.Context, id string, request SessionSoulRefreshRequest)
| 207 | GetSessionStatus(ctx context.Context, id string) (SessionStatusRecord, error) |
| 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) |
no outgoing calls
no test coverage detected