(requestedPath string)
| 55 | } |
| 56 | |
| 57 | func planPathVerificationMessage(requestedPath string) string { |
| 58 | return fmt.Sprintf( |
| 59 | "the plan path %s could not be verified because the workspace is currently unavailable to resolve the chat-specific plan path, try again shortly", |
| 60 | requestedPath, |
| 61 | ) |
| 62 | } |
no outgoing calls