( data: MothershipStreamV1ToolResultPayload | undefined )
| 278 | } |
| 279 | |
| 280 | export function getToolResultErrorMessage( |
| 281 | data: MothershipStreamV1ToolResultPayload | undefined |
| 282 | ): string | undefined { |
| 283 | return data?.error |
| 284 | } |
| 285 | |
| 286 | export function inferToolSuccess(data: MothershipStreamV1ToolResultPayload | undefined): { |
| 287 | success: boolean |
no outgoing calls
no test coverage detected