Method
list
(opts: ListMachinesOptions = {})
Source from the content-addressed store, hash-verified
| 38 | case: "askMachineReq", |
| 39 | value: { |
| 40 | machineId, |
| 41 | prompt, |
| 42 | options: { |
| 43 | pin: options.pin, |
| 44 | session: options.session, |
| 45 | attachmentIds, |
| 46 | engine: options.engine, |
| 47 | workingDir: options.workingDir, |
| 48 | projectRootId: options.projectRootId, |
| 49 | model: options.model, |
| 50 | }, |
| 51 | }, |
| 52 | }), |
| 53 | ); |
| 54 | } |
| 55 | |
| 56 | async messages(machineId: string, options: MessageOptions = {}): Promise<MachineMessageList> { |
Tested by
no test coverage detected