(raw: RawClient["server.session"])
| 208 | ) |
| 209 | |
| 210 | const adaptGroup3 = (raw: RawClient["server.session"]) => ({ |
| 211 | list: Endpoint3_0(raw), |
| 212 | create: Endpoint3_1(raw), |
| 213 | active: Endpoint3_2(raw), |
| 214 | get: Endpoint3_3(raw), |
| 215 | switchAgent: Endpoint3_4(raw), |
| 216 | switchModel: Endpoint3_5(raw), |
| 217 | prompt: Endpoint3_6(raw), |
| 218 | compact: Endpoint3_7(raw), |
| 219 | wait: Endpoint3_8(raw), |
| 220 | stage: Endpoint3_9(raw), |
| 221 | clear: Endpoint3_10(raw), |
| 222 | commit: Endpoint3_11(raw), |
| 223 | context: Endpoint3_12(raw), |
| 224 | history: Endpoint3_13(raw), |
| 225 | events: Endpoint3_14(raw), |
| 226 | interrupt: Endpoint3_15(raw), |
| 227 | message: Endpoint3_16(raw), |
| 228 | }) |
| 229 | |
| 230 | type Endpoint4_0Request = Parameters<RawClient["server.message"]["session.messages"]>[0] |
| 231 | type Endpoint4_0Input = { |
no test coverage detected